UNPKG

agnostic-vue

Version:
6 lines (5 loc) 129 B
export declare type SelectSize = "small" | "large" | ""; export interface SelectOption { label: string; value: string; }