@coreui/vue
Version:
UI Components Library for Vue.js
34 lines (33 loc) • 1.38 kB
TypeScript
declare const CAccordion: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
/**
* The active item key.
*/
activeItemKey: (NumberConstructor | StringConstructor)[];
/**
* Make accordion items stay open when another item is opened
*/
alwaysOpen: BooleanConstructor;
/**
* Removes the default background-color, some borders, and some rounded corners to render accordions edge-to-edge with their parent container.
*/
flush: BooleanConstructor;
}>, () => 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 active item key.
*/
activeItemKey: (NumberConstructor | StringConstructor)[];
/**
* Make accordion items stay open when another item is opened
*/
alwaysOpen: BooleanConstructor;
/**
* Removes the default background-color, some borders, and some rounded corners to render accordions edge-to-edge with their parent container.
*/
flush: BooleanConstructor;
}>> & Readonly<{}>, {
alwaysOpen: boolean;
flush: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export { CAccordion };