4 lines
227 B
TypeScript
4 lines
227 B
TypeScript
import * as React from 'react';
|
|
import { DateInputProps } from './PureDateInput';
|
|
export declare const KeyboardDateInput: React.ForwardRefExoticComponent<DateInputProps<unknown, unknown> & React.RefAttributes<HTMLDivElement>>;
|