UNPKG

@meleon/uni-ui

Version:

A uniapp components library written in vue3 and typescript

8 lines (5 loc) 191 B
declare namespace MeleonDatetime { type DateMode = 'date' | 'year' | 'month' | 'week' type DateFormat = 'timestamp' | 'Date' | string type DateValue = Date | string | number }