aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/common.ts
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2023-07-20 23:01:58 +0800
committercrupest <crupest@outlook.com>2023-07-20 23:01:58 +0800
commit2226efed8c8604a938d060d62565b611722e837c (patch)
tree1f87047fe87c66e101d6673fe09417ff62007543 /FrontEnd/src/common.ts
parent0e183074b326cf04a23ae1f1ba8dcc56166df485 (diff)
downloadtimeline-2226efed8c8604a938d060d62565b611722e837c.tar.gz
timeline-2226efed8c8604a938d060d62565b611722e837c.tar.bz2
timeline-2226efed8c8604a938d060d62565b611722e837c.zip
...
Diffstat (limited to 'FrontEnd/src/common.ts')
-rw-r--r--FrontEnd/src/common.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/FrontEnd/src/common.ts b/FrontEnd/src/common.ts
index 965f9933..7c053140 100644
--- a/FrontEnd/src/common.ts
+++ b/FrontEnd/src/common.ts
@@ -6,5 +6,6 @@ export class UiLogicError extends Error {}
export const highlightTimelineUsername = "crupest";
export type { I18nText } from "./i18n";
+export type { I18nText as Text } from "./i18n";
export { c, convertI18nText } from "./i18n";
export { default as useC } from "./utilities/hooks/use-c";