UNPKG

@douyinfe/semi-ui

Version:

A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team.

4 lines (3 loc) 227 B
import React from 'react'; declare function withFormApi<C extends React.ElementType, T extends React.ComponentProps<C> & React.RefAttributes<any>, R extends React.ComponentType<T>>(Component: C): R; export default withFormApi;