@openmrs/esm-styleguide
Version:
The styleguide for OpenMRS SPA
9 lines • 493 B
TypeScript
import React from 'react';
/**
* Renders a calendar or warning icon depending on the validation state
* of the enclosing picker. Works in both DatePicker and DateRangePicker
* contexts by trying both React Aria state contexts — the same approach
* used by MonthYear for CalendarStateContext vs RangeCalendarStateContext.
*/
export declare const DatePickerIcon: React.ForwardRefExoticComponent<React.RefAttributes<SVGSVGElement>>;
//# sourceMappingURL=date-picker-icon.component.d.ts.map