@coreui/vue
Version:
UI Components Library for Vue.js
43 lines (42 loc) • 1.37 kB
TypeScript
declare const CTabList: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
/**
* Specify a layout type for component.
*
* @values 'fill', 'justified'
*/
layout: {
type: StringConstructor;
validator: (value: string) => boolean;
};
/**
* Set the nav variant to tabs or pills.
*
* @values 'pills', 'tabs', 'underline', 'underline-border'
*/
variant: {
type: StringConstructor;
validator: (value: string) => boolean;
};
}>, () => 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<{
/**
* Specify a layout type for component.
*
* @values 'fill', 'justified'
*/
layout: {
type: StringConstructor;
validator: (value: string) => boolean;
};
/**
* Set the nav variant to tabs or pills.
*
* @values 'pills', 'tabs', 'underline', 'underline-border'
*/
variant: {
type: StringConstructor;
validator: (value: string) => boolean;
};
}>> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export { CTabList };