UNPKG

@ant-design/pro-flow

Version:
5 lines (4 loc) 140 B
import { FlowViewProps } from "../constants"; import { FC } from 'react'; declare const ProFlow: FC<FlowViewProps>; export default ProFlow;