All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.providers.locale.locale-provider.d.cts 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