
package.dist.providers.locale.locale-provider.d.ts Maven / Gradle / Ivy
import { PropsWithChildren } from 'react';
export interface LocaleProviderProps extends PropsWithChildren {
/**
* The locale to use for the application.
* @default 'en-US'
*/
locale: string;
}
export declare const LocaleProvider: (props: LocaleProviderProps) => import("react/jsx-runtime").JSX.Element;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy