zent
Version:
一套前端设计语言和基于React的实现
5 lines (4 loc) • 515 B
TypeScript
import { IValueType, IGenerateDateConfig, IWeekOption, SingleDate, RangeDate } from '../types';
export declare function getSelectedValueWithDate(value: Date, dateConfig: IGenerateDateConfig, options: IWeekOption): Date | null;
export declare function getCallbackValueWithDate(value: Date, valueType: IValueType, format: string): SingleDate;
export declare function getCallbackValueRangeWithDate(value: Date, valueType: IValueType, format: string, dateConfig: IGenerateDateConfig, options?: IWeekOption): RangeDate;