UNPKG

fui-fancyui

Version:
3 lines (2 loc) 180 B
import { IDisabledDateSettings } from './types/IDisableDateSettings.model'; export declare const disableDate: (date: Date, disabledDateSetting?: IDisabledDateSettings) => boolean;