/** * @aparte/locale-fr * * French translations for aparté. Core ships English (`APARTE_DEFAULT_LOCALE`) by * default — pass this to `aparteGlobalConfig.setLocale(fr)` to switch. */ import type { AparteLocale } from '@aparte/core'; export declare const fr: AparteLocale; export default fr; //# sourceMappingURL=index.d.ts.map