UNPKG

shineout

Version:

A components library for React

6 lines (5 loc) 225 B
/// <reference types="react" /> import { ObjectType } from '@sheinx/base'; import { FormProps } from './form.type'; declare const _default: <T extends ObjectType>(props: FormProps<T>) => JSX.Element; export default _default;