UNPKG

@inkline/inkline

Version:

Inkline is the Vue.js UI/UX Library built for creating your next design system

51 lines (50 loc) 1.31 kB
import { sizePropValidator } from '../../mixins'; import { Classes } from '../../types'; 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 light * @name color */ color: { type: StringConstructor; default: () => string; }; /** * The size variant of the breadcrumb * @type sm | md | lg * @default md * @name size */ size: { type: StringConstructor; default: () => string; validator: typeof sizePropValidator; }; }, unknown, unknown, { classes(): Classes; }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ ariaLabel?: unknown; color?: unknown; size?: unknown; } & { color: string; size: string; ariaLabel: string; } & {}>, { color: string; size: string; ariaLabel: string; }>; export default _default;