UNPKG

vdrag-topo-ui

Version:

10 lines (9 loc) 197 B
export type ConfigProps = { label: string; key: string; border?: boolean; showHeader?: boolean; draggble?: boolean; hideAddBtn?: boolean; hideOperationCol?: boolean; };