UNPKG

@volverjs/ui-vue

Version:

@volverjs/ui-vue is a lightweight Vue 3 component library to accompany @volverjs/style.

13 lines (12 loc) 332 B
export declare const defaultArgs: { name: string; label: string; value: string; tabindex: number; disabled: boolean; readonly: boolean; invalid: boolean; valid: boolean; indeterminate: boolean; }; export declare const argTypes: import("@storybook/vue3").ArgTypes<import("@storybook/vue3").Args>;