UNPKG

vdrag-topo-ui

Version:

12 lines (11 loc) 228 B
export type ConfigProps = { label: string; key: string; readOnly?: boolean; language: string; height: number; isShowKey?: string; isShowValue?: any; offLineNumbers?: boolean; tip?: string; };