UNPKG

fine-true

Version:

A small and beautiful Vue3 version of the UI Library

8 lines (5 loc) 196 B
import DatePicker from './component/index'; import withInstall from 'components/utils/withInstall'; withInstall(DatePicker); export * from './component/index'; export default DatePicker;