UNPKG

element-plus

Version:

A Component Library for Vue3.0

5 lines (4 loc) 196 B
import type { SFCWithInstall } from '../utils/types'; import TimeSelect from './src/time-select.vue'; declare const _TimeSelect: SFCWithInstall<typeof TimeSelect>; export default _TimeSelect;