UNPKG

191 BPlain TextView Raw
1import Rules from './Rules'
2import Form from './Form'
3
4export { Rules }
5export * from './components'
6export interface PickerPropTypes {
7 label: string
8 value: string
9}
10
11export default Form