Remove old .d.ts comments

This commit is contained in:
Tuğçe Küçükoğlu 2023-03-02 14:46:04 +03:00
parent 82883bcfc1
commit cf14cd2b81
7 changed files with 1 additions and 63 deletions

View file

@ -230,17 +230,4 @@ declare module '@vue/runtime-core' {
}
}
/**
*
* Tree is used to display hierarchical data.
*
* Helper API:
*
* - TreeNode
*
* Demos:
*
* - [Tree](https://primevue.org/tree)
*
*/
export default Tree;