UNPKG

agnostic-vue

Version:
8 lines (7 loc) 220 B
export declare type ChoiceInputTypes = "checkbox" | "radio"; export interface ChoiceInputOptions { name: string; value: string; label: string; } export declare type ChoiceInputSizes = "small" | "large" | "";