diff --git a/components/accordiontab/AccordionTab.d.ts b/components/accordiontab/AccordionTab.d.ts index a2e038a5a..bef3385b2 100755 --- a/components/accordiontab/AccordionTab.d.ts +++ b/components/accordiontab/AccordionTab.d.ts @@ -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; diff --git a/components/dropdown/Dropdown.d.ts b/components/dropdown/Dropdown.d.ts index 32a69238e..718880f6b 100755 --- a/components/dropdown/Dropdown.d.ts +++ b/components/dropdown/Dropdown.d.ts @@ -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; diff --git a/components/image/Image.d.ts b/components/image/Image.d.ts index 07eae3925..395961c08 100644 --- a/components/image/Image.d.ts +++ b/components/image/Image.d.ts @@ -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; diff --git a/components/sidebar/Sidebar.d.ts b/components/sidebar/Sidebar.d.ts index 4f7686ea1..05af1773e 100755 --- a/components/sidebar/Sidebar.d.ts +++ b/components/sidebar/Sidebar.d.ts @@ -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; diff --git a/components/tabview/TabView.d.ts b/components/tabview/TabView.d.ts index 9809d75f9..2acb3d59a 100755 --- a/components/tabview/TabView.d.ts +++ b/components/tabview/TabView.d.ts @@ -29,7 +29,7 @@ export interface TabViewChangeEvent { * Custom tab change event. * @see tab-click * @extends TabViewChangeEvent - + */ export interface TabViewClickEvent extends TabViewChangeEvent {} diff --git a/components/tieredmenu/TieredMenu.d.ts b/components/tieredmenu/TieredMenu.d.ts index c8667a760..05ceab2c2 100755 --- a/components/tieredmenu/TieredMenu.d.ts +++ b/components/tieredmenu/TieredMenu.d.ts @@ -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; diff --git a/components/tree/Tree.d.ts b/components/tree/Tree.d.ts index b944792af..b10a23491 100755 --- a/components/tree/Tree.d.ts +++ b/components/tree/Tree.d.ts @@ -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;