UNPKG

rsuite

Version:

A suite of react components

11 lines (10 loc) 517 B
import Form from './Form'; export type { FormProps } from './Form'; export type { FormInstance } from './hooks/useFormRef'; 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 { default as useFormClassNames } from './hooks/useFormClassNames'; export default Form;