@volverjs/ui-vue
Version:
@volverjs/ui-vue is a lightweight Vue 3 component library to accompany @volverjs/style.
13 lines (12 loc) • 331 B
TypeScript
export declare const defaultArgs: {
name: string;
label: string;
options: string[];
disabled: boolean;
readonly: boolean;
vertical: boolean;
invalid: boolean;
valid: boolean;
tabindex: number;
};
export declare const argTypes: import("@storybook/vue3").ArgTypes<import("@storybook/vue3").Args>;