@coreui/vue
Version:
UI Components Library for Vue.js
23 lines (22 loc) • 848 B
TypeScript
declare const CCardLink: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
/**
* The href attribute specifies the URL of the page the link goes to.
*/
href: {
type: StringConstructor;
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<{
/**
* The href attribute specifies the URL of the page the link goes to.
*/
href: {
type: StringConstructor;
default: string;
};
}>> & Readonly<{}>, {
href: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export { CCardLink };