zent
Version:
一套前端设计语言和基于React的实现
7 lines (6 loc) • 515 B
TypeScript
import { II18nLocaleTimePicker } from '../../i18n';
import { IWeekOption, DateNullTuple, StringTuple } from '../types';
export declare function formatText(selected: Date | null, format: string): string;
export declare function quarterFormatText(selected: Date | null, i18n: II18nLocaleTimePicker): string;
export declare function weekFormatText(selected: Date | null, format: string, options: IWeekOption): StringTuple;
export declare function formatTextRange(selected: DateNullTuple, format: string): StringTuple;