@volverjs/ui-vue
Version:
@volverjs/ui-vue is a lightweight Vue 3 component library to accompany @volverjs/style.
16 lines (15 loc) • 380 B
TypeScript
import type { ArgTypes } from '@storybook/vue3-vite';
export declare const defaultArgs: {
name: string;
label: string;
value: string;
tabindex: number;
disabled: boolean;
switch: boolean;
readonly: boolean;
invalid: boolean;
valid: boolean;
indeterminate: boolean;
uncheckedValue: undefined;
};
export declare const argTypes: ArgTypes;