UNPKG

rsuite

Version:

A suite of react components

7 lines (6 loc) 223 B
import Form from './Form'; export type { FormProps } from './Form'; export type { FormInstance } from './hooks/useFormRef'; export type { Resolver, ResolverResult } from './resolvers'; export { Form }; export default Form;