UNPKG

vdrag-topo-ui

Version:

11 lines (10 loc) 166 B
type OptionItem = { label: string; value: string; }; export type ConfigProps = { label: string; key: string; options: OptionItem[]; }; export {};