UNPKG

@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.

74 lines (73 loc) 1.72 kB
declare const _default: import("vue").DefineComponent<{ /** * The color variant of the nav * @type light | dark * @default * @name color */ color: { type: StringConstructor; default: undefined; }; /** * The size variant of the nav * @type sm | md | lg * @default * @name size */ size: { type: StringConstructor; default: undefined; }; /** * Display the nav with vertical orientation * @type Boolean * @default false * @name vertical */ vertical: { type: BooleanConstructor; default: boolean; }; }, { classes: import("vue").ComputedRef<{ [x: string]: boolean; '-vertical': boolean; }>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ /** * The color variant of the nav * @type light | dark * @default * @name color */ color: { type: StringConstructor; default: undefined; }; /** * The size variant of the nav * @type sm | md | lg * @default * @name size */ size: { type: StringConstructor; default: undefined; }; /** * Display the nav with vertical orientation * @type Boolean * @default false * @name vertical */ vertical: { type: BooleanConstructor; default: boolean; }; }>>, { color: string; size: string; vertical: boolean; }, {}>; export default _default;