UNPKG

@ivanwei/tui-time-picker

Version:
11 lines (7 loc) 198 B
/** * @fileoverview The entry file of TimePicker components * @author NHN Ent. FE Development Team */ 'use strict'; require('../css/timepicker.css'); module.exports = require('./timepicker');