UNPKG

@wufengteam/wform

Version:

@wufengteam/wform

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