UNPKG

@coreui/vue-pro

Version:

UI Components Library for Vue.js

23 lines (22 loc) 979 B
declare const CAccordionItem: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ /** * The id global attribute defines an identifier (ID) that must be unique in the whole document. */ id: StringConstructor; /** * The item key. */ itemKey: (NumberConstructor | StringConstructor)[]; }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ /** * The id global attribute defines an identifier (ID) that must be unique in the whole document. */ id: StringConstructor; /** * The item key. */ itemKey: (NumberConstructor | StringConstructor)[]; }>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export { CAccordionItem };