UNPKG

@inkline/inkline

Version:

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

53 lines (52 loc) 1.44 kB
import { Classes } from '../../types'; 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 light * @name color */ color: { type: StringConstructor; default: () => string; }; /** * Used to set the hamburger menu as opened or closed * @type Boolean * @default false * @name modelValue */ modelValue: { type: BooleanConstructor; default: boolean; }; }, unknown, unknown, { classes(): Classes; }, { onClick(): void; }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ animation?: unknown; color?: unknown; modelValue?: unknown; } & { color: string; modelValue: boolean; animation: string; } & {}> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }, { color: string; modelValue: boolean; animation: string; }>; export default _default;