Remove old .d.ts comments
parent
82883bcfc1
commit
cf14cd2b81
|
@ -92,13 +92,4 @@ declare module '@vue/runtime-core' {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* AccordionTab is a helper component for Accordion..
|
||||
*
|
||||
* Demos:
|
||||
*
|
||||
* - [Accordion](https://primevue.org/accordion)
|
||||
*
|
||||
*/
|
||||
export default AccordionTab;
|
||||
|
|
|
@ -450,13 +450,4 @@ declare module '@vue/runtime-core' {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* Dropdown is used to select an item from a list of options.
|
||||
*
|
||||
* Demos:
|
||||
*
|
||||
* - [Dropdown](https://primevue.org/dropdown)
|
||||
*
|
||||
*/
|
||||
export default Dropdown;
|
||||
|
|
|
@ -80,13 +80,4 @@ declare module '@vue/runtime-core' {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* Displays an image with preview and tranformation options. For multiple image, see Galleria.
|
||||
*
|
||||
* Demos:
|
||||
*
|
||||
* - [Image](https://primevue.org/image)
|
||||
*
|
||||
*/
|
||||
export default Image;
|
||||
|
|
|
@ -113,13 +113,4 @@ declare module '@vue/runtime-core' {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* Sidebar is a panel component displayed as an overlay at the edges of the screen.
|
||||
*
|
||||
* Demos:
|
||||
*
|
||||
* - [Sidebar](https://primevue.org/sidebar)
|
||||
*
|
||||
*/
|
||||
export default Sidebar;
|
||||
|
|
|
@ -123,17 +123,4 @@ declare module '@vue/runtime-core' {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* TieredMenu displays submenus in nested overlays.
|
||||
*
|
||||
* Helper API:
|
||||
*
|
||||
* - [MenuItem](https://primevue.org/menumodel)
|
||||
*
|
||||
* Demos:
|
||||
*
|
||||
* - [TieredMenu](https://primevue.org/tieredmenu)
|
||||
*
|
||||
*/
|
||||
export default TieredMenu;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue