@inkline/inkline
Version:
Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.
73 lines (72 loc) • 1.71 kB
TypeScript
declare const _default: import("vue").DefineComponent<{
/**
* The aria-label of the breadcrumbs
* @type String
* @default Breadcrumbs
* @name ariaLabel
*/
ariaLabel: {
type: StringConstructor;
default: string;
};
/**
* The color variant of the breadcrumb
* @type light | dark
* @default
* @name color
*/
color: {
type: StringConstructor;
default: undefined;
};
/**
* The size variant of the breadcrumb
* @type sm | md | lg
* @default
* @name size
*/
size: {
type: StringConstructor;
default: undefined;
};
}, {
classes: import("vue").ComputedRef<{
[x: string]: boolean;
}>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
/**
* The aria-label of the breadcrumbs
* @type String
* @default Breadcrumbs
* @name ariaLabel
*/
ariaLabel: {
type: StringConstructor;
default: string;
};
/**
* The color variant of the breadcrumb
* @type light | dark
* @default
* @name color
*/
color: {
type: StringConstructor;
default: undefined;
};
/**
* The size variant of the breadcrumb
* @type sm | md | lg
* @default
* @name size
*/
size: {
type: StringConstructor;
default: undefined;
};
}>>, {
color: string;
size: string;
ariaLabel: string;
}, {}>;
export default _default;