@openmrs/esm-styleguide
Version:
The styleguide for OpenMRS SPA
7 lines • 338 B
TypeScript
import { type I18nProviderProps } from 'react-aria';
/**
* Thin wrapper around React Aria's I18nProvider to work around a JSX return type mismatch
* between the library's types and our TSX configuration.
*/
export declare function I18nWrapper(props: I18nProviderProps): JSX.Element;
//# sourceMappingURL=i18n-wrapper.component.d.ts.map