Type aliases
ConfigType
ManipulateType
Manipulate
Type
: Omit<OpUnitType, "date" | "dates">OpUnitType
Op
Unit
Type
: UnitType | "week" | "weeks" | "w"OptionType
PluginFunc
Plugin
Func
<T>: (option
: T, c
: typeof Dayjs, d
: typeof dayjs) => voidType parameters
Type declaration
- (option: T, c: typeof Dayjs, d: typeof dayjs): void
QUnitType
QUnit
Type
: UnitType | "quarter" | "quarters" | "Q"UnitType
UnitTypeLong
UnitTypeLong: "millisecond" | "second" | "minute" | "hour" | "day" | "month" | "year" | "date"
UnitTypeLongPlural
UnitTypeLongPlural: "milliseconds" | "seconds" | "minutes" | "hours" | "days" | "months" | "years" | "dates"
UnitTypeShort
UnitTypeShort: "d" | "M" | "y" | "h" | "m" | "s" | "ms"