UNPKG

@coreui/vue

Version:

UI Components Library for Vue.js

30 lines (29 loc) 1.14 kB
import { RendererElement } from 'vue'; declare const CCollapse: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ /** * Set horizontal collapsing to transition the width instead of height. */ horizontal: BooleanConstructor; /** * Toggle the visibility of component. */ visible: BooleanConstructor; }>, () => import("vue").VNode<import("vue").RendererNode, RendererElement, { [key: string]: any; }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("hide" | "show")[], "hide" | "show", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ /** * Set horizontal collapsing to transition the width instead of height. */ horizontal: BooleanConstructor; /** * Toggle the visibility of component. */ visible: BooleanConstructor; }>> & Readonly<{ onHide?: ((...args: any[]) => any) | undefined; onShow?: ((...args: any[]) => any) | undefined; }>, { horizontal: boolean; visible: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export { CCollapse };