UNPKG

element-plus

Version:

A Component Library for Vue3.0

5 lines (4 loc) 189 B
import type { SFCWithInstall } from '../utils/types'; import Header from '../el-container/src/header.vue'; declare const _Header: SFCWithInstall<typeof Header>; export default _Header;