@douyinfe/semi-ui
Version:
A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team.
11 lines (10 loc) • 301 B
TypeScript
import PropTypes from 'prop-types';
/**
* Can be
* - 12:00:12
* - \[12:00:12]
* - \[12:00:12, 12:21:12]
* - \[[12:00:12, 12:21:12], [12:11:12, 12:32:12]]
*/
declare const TimeShape: PropTypes.Requireable<NonNullable<string | number | string[] | Date | number[] | Date[]>>;
export { TimeShape };