UNPKG

@bos-alpha/data

Version:

数据管理

8 lines (7 loc) 232 B
interface PropsType { initBodyType?: 'form-data' | 'raw'; disabled?: boolean; onChange?: (vals: any) => void; } export declare const BodyType: ({ initBodyType, disabled, onChange }: PropsType) => JSX.Element; export {};