diff options
author | crupest <crupest@outlook.com> | 2023-07-20 23:01:58 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2023-07-20 23:01:58 +0800 |
commit | 2226efed8c8604a938d060d62565b611722e837c (patch) | |
tree | 1f87047fe87c66e101d6673fe09417ff62007543 /FrontEnd/src/common.ts | |
parent | 0e183074b326cf04a23ae1f1ba8dcc56166df485 (diff) | |
download | timeline-2226efed8c8604a938d060d62565b611722e837c.tar.gz timeline-2226efed8c8604a938d060d62565b611722e837c.tar.bz2 timeline-2226efed8c8604a938d060d62565b611722e837c.zip |
...
Diffstat (limited to 'FrontEnd/src/common.ts')
-rw-r--r-- | FrontEnd/src/common.ts | 1 |
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"; |