Skip to content

@longmo-utils/common / FormatDate

Type Alias: FormatDate

ts
type FormatDate = Date | Dayjs | number | string;

日期输入类型

Released under the MIT License.