UNPKG

zhytech-ui

Version:

基于Vue3 + ElementPlus + TypeScript封装的组件库

4 lines (3 loc) 130 B
declare const showLoading: (message: string) => void; declare const hideLoading: () => void; export { showLoading, hideLoading };