UNPKG

@procore/core-react

Version:
9 lines (8 loc) 357 B
import React from 'react'; import type { DateInputProps } from './DateInput.types'; export declare function isValidYearRange(year: number): boolean; /** * @deprecatedSince 11 * @deprecated Intended for internal library development. */ export declare const DateInput: React.ForwardRefExoticComponent<DateInputProps & React.RefAttributes<HTMLDivElement>>;