UNPKG

vdrag-topo-ui

Version:

10 lines (9 loc) 190 B
export type ConfigProps = { label: string; placeholder?: string; key: string; disabled?: boolean; clearable?: boolean; maxLength?: number; minLength?: number; };