UNPKG

@ozen-ui/kit

Version:

React component library

3 lines (2 loc) 165 B
import type { CalendarSteps } from '../../../Calendar'; export declare const isValidDateString: (value: string | null | undefined, steps: CalendarSteps) => boolean;