UNPKG

@wufengteam/wform

Version:

@wufengteam/wform

6 lines (5 loc) 181 B
import type { FC } from 'react'; import type { SubFormEdPcProps } from './type'; import './index.less'; declare const SubFormEdPc: FC<SubFormEdPcProps>; export default SubFormEdPc;