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.

98 lines (97 loc) 2.48 kB
declare const _default: import("vue").DefineComponent<{ /** * The animation of the hamburger menu * @type close | arrow-up | arrow-down | arrow-left | arrow-right | plus | minus * @default close * @name animation */ animation: { type: StringConstructor; default: string; }; /** * The color variant of the hamburger menu * @type light | dark * @default * @name color */ color: { type: StringConstructor; default: undefined; }; /** * The size variant of the hamburger menu * @type sm | md | lg * @default * @name size */ size: { type: StringConstructor; default: undefined; }; /** * Used to set the hamburger menu as opened or closed * @type Boolean * @default false * @name modelValue */ modelValue: { type: BooleanConstructor; default: boolean; }; }, { classes: import("vue").ComputedRef<{ [x: string]: boolean; '-active': boolean; }>; onClick: () => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ /** * The animation of the hamburger menu * @type close | arrow-up | arrow-down | arrow-left | arrow-right | plus | minus * @default close * @name animation */ animation: { type: StringConstructor; default: string; }; /** * The color variant of the hamburger menu * @type light | dark * @default * @name color */ color: { type: StringConstructor; default: undefined; }; /** * The size variant of the hamburger menu * @type sm | md | lg * @default * @name size */ size: { type: StringConstructor; default: undefined; }; /** * Used to set the hamburger menu as opened or closed * @type Boolean * @default false * @name modelValue */ modelValue: { type: BooleanConstructor; default: boolean; }; }>> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }, { animation: string; color: string; size: string; modelValue: boolean; }, {}>; export default _default;