UNPKG

@ant-design/pro-flow

Version:
9 lines (8 loc) 259 B
import { ReactNode } from 'react'; interface CanvasLoadingProps { children?: ReactNode; loading?: boolean; tip?: string | null; } declare const CanvasLoading: import("react").NamedExoticComponent<CanvasLoadingProps>; export default CanvasLoading;