UNPKG

@cainiaofe/cn-ui-m

Version:
9 lines (8 loc) 267 B
import React from 'react'; import './index.scss'; import type { CnLoadingProps } from './types'; export declare const CnLoading: { show: (config?: object) => void; hide: (config?: object) => void; } & React.FC<CnLoadingProps>; export type { CnLoadingProps };