UNPKG

rsuite

Version:

A suite of react components

10 lines (9 loc) 438 B
import Form from './Form'; export type { FormInstance, FormProps } from './Form'; export type { FormGroupProps } from '../FormGroup'; export type { FormErrorMessageProps } from '../FormErrorMessage'; export type { FormControlLabelProps } from '../FormControlLabel'; export type { FormHelpTextProps } from '../FormHelpText'; export type { FormControlProps } from '../FormControl'; export * from './useFormClassNames'; export default Form;