mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-05-30 22:11:04 +00:00
Updates
This commit is contained in:
Vendored
+9
@@ -0,0 +1,9 @@
|
||||
interface TOptions {
|
||||
ns?: string;
|
||||
replace?: Record<string, unknown>;
|
||||
}
|
||||
interface Translation {
|
||||
t: (key: string, optionsOrText?: string | TOptions, options?: TOptions) => string;
|
||||
}
|
||||
export declare function useTranslation(): Translation;
|
||||
export {};
|
||||
Reference in New Issue
Block a user