UNPKG

@alifd/next

Version:

A configurable component library for web built on React.

9 lines (8 loc) 229 B
import dayjs from 'dayjs'; import 'dayjs/locale/zh-cn'; type _dayjs = typeof dayjs; export interface dayjsWithIsSelf extends _dayjs { isSelf: _dayjs['isDayjs']; } declare const datejs: dayjsWithIsSelf; export default datejs;