UNPKG

@openmrs/esm-styleguide

Version:
9 lines 493 B
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