UNPKG

fx-form-widget

Version:
11 lines (10 loc) 216 B
import React from 'react'; import './index.less'; interface SelectProps { schema?: any; onChange: Function; value: any; isInit?: boolean; } declare const SE: React.FC<SelectProps>; export default SE;