@openmrs/esm-styleguide
Version:
The styleguide for OpenMRS SPA
12 lines • 578 B
TypeScript
import React from 'react';
import { type DateInputProps } from 'react-aria-components';
interface OpenmrsDateInputProps {
id?: string;
}
/**
* This is just the standard React Aria Components DatePickerInput with an added `onClick` handler to open
* the calendar when the group is clicked. This is used to emulate Carbon's behaviour in the DatePicker.
*/
export declare const DatePickerInput: React.ForwardRefExoticComponent<DateInputProps & OpenmrsDateInputProps & React.RefAttributes<HTMLDivElement>>;
export {};
//# sourceMappingURL=date-picker-input.component.d.ts.map