UNPKG

vdrag-topo-ui

Version:

10 lines (9 loc) 161 B
type childrenItem = { [x: string]: any; }; export type ConfigProps = { label: string; children: childrenItem[]; direction: string; }; export {};