Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
11 lines
921 B
Plaintext
11 lines
921 B
Plaintext
import type { getExtracted as getExtracted_type, getFormatter as getFormatter_type, getLocale as getLocale_type, getMessages as getMessages_type, getNow as getNow_type, getRequestConfig as getRequestConfig_type, getTimeZone as getTimeZone_type, setRequestLocale as setRequestLocale_type } from '../react-server/index.js';
|
|
export declare function getRequestConfig(...args: Parameters<typeof getRequestConfig_type>): ReturnType<typeof getRequestConfig_type>;
|
|
export declare const getFormatter: typeof getFormatter_type;
|
|
export declare const getNow: typeof getNow_type;
|
|
export declare const getTimeZone: typeof getTimeZone_type;
|
|
export declare const getMessages: typeof getMessages_type;
|
|
export declare const getLocale: typeof getLocale_type;
|
|
export declare const getExtracted: typeof getExtracted_type;
|
|
export declare const getTranslations: () => never;
|
|
export declare const setRequestLocale: typeof setRequestLocale_type;
|