UNPKG

@coreui/vue

Version:

UI Components Library for Vue.js

33 lines (32 loc) 1.14 kB
declare const CSidebarBrand: 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; }; /** * The href attribute specifies the URL of the page the link goes to. */ href: StringConstructor; }>, () => 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: StringConstructor; default: string; }; /** * The href attribute specifies the URL of the page the link goes to. */ href: StringConstructor; }>> & Readonly<{}>, { as: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export { CSidebarBrand };