Outlook_Addin_LLM/node_modules/@fluentui/date-time-utilities/lib-commonjs/dateGrid/findAvailableDate.d.ts

7 lines
293 B
TypeScript
Raw Permalink Normal View History

import { IAvailableDateOptions } from './dateGrid.types';
/**
* Returns closest available date given the restriction `options`, or undefined otherwise
* @param options - list of search options
*/
export declare const findAvailableDate: (options: IAvailableDateOptions) => Date | undefined;