Skip to content

Commit

Permalink
Exposes transcend.getActiveLocale()
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfarrell76 committed Aug 7, 2024
1 parent 58ebf56 commit f51baae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export type ConsentManagerAPI = Readonly<{
/** Set the current active language */
setActiveLocale(locale: ConsentManagerLanguageKey): Promise<void>;
/** Get the currently active locale */
getActiveLocale: () => ConsentManagerLanguageKey
getActiveLocale: () => ConsentManagerLanguageKey;
/** Toggle consent manager */
toggleConsentManager(options?: ShowConsentManagerOptions): Promise<void>;
/** Hide consent manager */
Expand Down

0 comments on commit f51baae

Please sign in to comment.