UNPKG

209 BTypeScriptView Raw
1import Rules from './Rules';
2import Form from './Form';
3export { Rules };
4export * from './components';
5export interface PickerPropTypes {
6 label: string;
7 value: string;
8}
9export default Form;