UNPKG

fx-form-widget

Version:
10 lines (9 loc) 218 B
import React from 'react'; import './index.less'; interface OptionsSetProps { schema?: any; onChange: Function; value: any; } declare const OptionsSet: React.FC<OptionsSetProps>; export default OptionsSet;