UNPKG

fx-form-widget

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