UNPKG

element-plus

Version:

A Component Library for Vue3.0

5 lines (4 loc) 166 B
import Space from './src/index'; import type { SFCWithInstall } from '../utils/types'; declare const _Space: SFCWithInstall<typeof Space>; export default _Space;