We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a6107 commit 547037bCopy full SHA for 547037b
src/ui.ts
@@ -94,7 +94,9 @@ export type ConsentManagerAPI = Readonly<{
94
/** Show consent manager */
95
showConsentManager(options?: ShowConsentManagerOptions): Promise<void>;
96
/** Set the current active language */
97
- setActiveLocale(locale: ConsentManagerSupportedTranslationValue): Promise<void>;
+ setActiveLocale(
98
+ locale: ConsentManagerSupportedTranslationValue
99
+ ): Promise<void>;
100
/** Get the currently active locale */
101
getActiveLocale: () => ConsentManagerSupportedTranslationValue;
102
/** Toggle consent manager */
0 commit comments