UNPKG

@bos-alpha/data

Version:

数据管理

8 lines (7 loc) 209 B
interface PropsType { value?: any; disabled?: boolean; onChange?: (data: any) => void; } export declare const KeyValGenerator: ({ value, disabled, onChange }: PropsType) => JSX.Element; export {};