UNPKG

@openmrs/esm-styleguide

Version:
11 lines 492 B
import React from 'react'; /** * Custom component to render the month and year on the DatePicker and provide the standard Carbon * UI to change them. * * Should work with any calendar system supported by the @internationalized/date package. */ export declare const MonthYear: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLSpanElement> & { children?: React.ReactNode | undefined; } & React.RefAttributes<HTMLSpanElement>>; //# sourceMappingURL=month-year.component.d.ts.map