UNPKG

@coreui/vue

Version:

UI Components Library for Vue.js

24 lines (23 loc) 965 B
import { Component, PropType } from 'vue'; declare const CSidebarNav: 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: PropType<string | Component>; default: string; }; }>, () => 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<{ /** * Component used for the root node. Either a string to use a HTML element or a component. */ as: { type: PropType<string | Component>; default: string; }; }>> & Readonly<{}>, { as: string | Component; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export { CSidebarNav };