UNPKG

rsuite

Version:

A suite of react components

6 lines (5 loc) 162 B
import Form from './Form'; export type { FormProps } from './Form'; export type { FormInstance } from './hooks/useFormRef'; export { Form }; export default Form;