File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ import type { LocalyzedStringValue } from "./LocalyzedStringValue.ts";
44 * A lazily evaluated localized string with a key and optional values for interpolation.
55 *
66 * Gets resolved later – when the locale is known – using the {@link import("t.ts").t} function.
7+ *
8+ * Use the {@link import("lt.ts").lt} function to create instances of this type.
79 */
810export type LazyLocalyzedString = {
911 /**
Original file line number Diff line number Diff line change @@ -5,3 +5,5 @@ export { t } from "./hono/t.ts";
55export { asFC } from "./hono/asFC.tsx" ;
66export { runCLI } from "./extract/runCLI.ts" ;
77export { useLocale } from "./hono/useLocale.ts" ;
8+ export type { LocalyzedStringValue } from "./hono/LocalyzedStringValue.ts" ;
9+ export type { LazyLocalyzedString } from "./hono/LazyLocalyzedString.ts" ;
You can’t perform that action at this time.
0 commit comments