@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
5 lines (4 loc) • 420 B
TypeScript
import React from 'react';
import { IInputDateStandAlone } from './types/inputDate';
export declare const InputDateStandAloneComponent: ({ dataTestId, maxDate, ...props }: IInputDateStandAlone, ref: React.ForwardedRef<HTMLInputElement | undefined>) => React.JSX.Element;
export declare const InputDateStandAlone: React.ForwardRefExoticComponent<IInputDateStandAlone & React.RefAttributes<HTMLInputElement | undefined>>;