UNPKG

yhui-yuanhuan

Version:

A Component Library for Vue 3 based on element-plus

6 lines (5 loc) 205 B
import Table from './src/table.vue'; import type { SFCWithInstall } from 'yhui/es/utils'; export declare const YhTable: SFCWithInstall<typeof Table>; export default YhTable; export * from './src/setting';