@vireocodedev/ui · 0.3.2

@vireocodedev/ui/react-i18next

3 public exports generated from the shipped declaration graph.

Showing all 3 exports

Returns the app-owned i18next instance bound to Starter's history namespace.

/** Returns the app-owned i18next instance bound to Starter's history namespace. */
export declare function useHistoryTranslation(): import("react-i18next").UseTranslationResponse<"history", undefined>;

Returns the app-owned i18next instance bound to Starter's platform namespace.

/** Returns the app-owned i18next instance bound to Starter's platform namespace. */
export declare function usePlatformTranslation(): import("react-i18next").UseTranslationResponse<"platform", undefined>;

Returns the app-owned i18next instance bound to Starter's QueryEngine namespace.

/** Returns the app-owned i18next instance bound to Starter's QueryEngine namespace. */
export declare function useQueryEngineTranslation(): import("react-i18next").UseTranslationResponse<"queryengine", undefined>;