UNPKG

element-plus

Version:

A Component Library for Vue3.0

5 lines (4 loc) 171 B
import Notify from './src/notify'; import type { SFCWithInstall } from '../utils/types'; declare const _Notify: SFCWithInstall<typeof Notify>; export default _Notify;