UNPKG

@ichooss/xflow

Version:

[English (US)](README.md) | 简体中文

5 lines 185 B
import { type PropsWithChildren, type FC } from 'react'; import '../styles/index.less'; declare const XFlow: FC<PropsWithChildren>; export { XFlow }; //# sourceMappingURL=XFlow.d.ts.map