UNPKG

fx-form-widget

Version:
9 lines (8 loc) 176 B
import * as React from 'react'; interface SwitchProps { schema?: any; onChange: Function; value: any; } declare const SW: React.FC<SwitchProps>; export default SW;