UNPKG

@coreui/vue

Version:

UI Components Library for Vue.js

52 lines (51 loc) 1.9 kB
declare const CNavGroup: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ /** * Component used for the root node. Either a string to use a HTML element or a component. */ as: { type: StringConstructor; default: string; }; /** * Make nav group more compact by cutting all `padding` in half. */ compact: BooleanConstructor; /** * Show nav group items. Acts as the initial state on its own, or as the controlled value * when paired with a `v-model:visible` / `@update:visible` listener. */ visible: { type: BooleanConstructor; default: undefined; }; }>, () => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:visible" | "visible-change")[], "update:visible" | "visible-change", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ /** * Component used for the root node. Either a string to use a HTML element or a component. */ as: { type: StringConstructor; default: string; }; /** * Make nav group more compact by cutting all `padding` in half. */ compact: BooleanConstructor; /** * Show nav group items. Acts as the initial state on its own, or as the controlled value * when paired with a `v-model:visible` / `@update:visible` listener. */ visible: { type: BooleanConstructor; default: undefined; }; }>> & Readonly<{ "onUpdate:visible"?: ((...args: any[]) => any) | undefined; "onVisible-change"?: ((...args: any[]) => any) | undefined; }>, { visible: boolean; as: string; compact: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export { CNavGroup };