UNPKG

@cainiaofe/cn-ui-m

Version:
7 lines (6 loc) 209 B
import './index.scss'; import { CnLoading as CnLoadingView } from './loading'; import { hide, show } from './loading-toast'; export var CnLoading = CnLoadingView; CnLoading.show = show; CnLoading.hide = hide;