UNPKG

vdrag-topo-ui

Version:

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