@coreui/vue
Version:
UI Components Library for Vue.js
44 lines (43 loc) • 1.44 kB
TypeScript
import { RendererElement } from 'vue';
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.
*/
visible: BooleanConstructor;
}>, () => import("vue").VNode<import("vue").RendererNode, RendererElement, {
[key: string]: any;
}>, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "visible-change"[], "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.
*/
visible: BooleanConstructor;
}>> & Readonly<{
"onVisible-change"?: ((...args: any[]) => any) | undefined;
}>, {
visible: boolean;
as: string;
compact: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export { CNavGroup };