UNPKG

element-plus

Version:

A Component Library for Vue 3

6 lines (5 loc) 243 B
import TimeSelect from './src/time-select.vue'; import type { SFCWithInstall } from 'element-plus/es/utils'; export declare const ElTimeSelect: SFCWithInstall<typeof TimeSelect>; export default ElTimeSelect; export * from './src/time-select';