mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Update d.ts files
This commit is contained in:
parent
7686806dbb
commit
439b7ee308
88 changed files with 88 additions and 88 deletions
2
components/lib/accordion/Accordion.d.ts
vendored
2
components/lib/accordion/Accordion.d.ts
vendored
|
@ -9,7 +9,7 @@
|
|||
*/
|
||||
import { VNode } from 'vue';
|
||||
import { AccordionTabPassThroughOptionType } from '../accordiontab';
|
||||
import { ComponentHooks } from '../basecomponent/BaseComponent';
|
||||
import { ComponentHooks } from '../basecomponent';
|
||||
import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
|
||||
|
||||
export declare type AccordionPassThroughOptionType = AccordionPassThroughAttributes | ((options: AccordionPassThroughMethodOptions) => AccordionPassThroughAttributes) | null | undefined;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue