UNPKG

@yelon/util

Version:
8 lines (7 loc) 261 B
export interface YunzaiThemePipeConfig { dateFormat?: string; dateFormatCustom?: YunzaiThemePipeDateFormatCustom; } export type YunzaiThemePipeDateFormatCustom = (value: Date, formatString?: string | null, options?: { locale?: Locale; }) => string;