Fix styling comments

This commit is contained in:
Dariusz Niemczyk 2021-07-19 16:27:39 +02:00
parent 9de5ebd4de
commit c2394b9161
No known key found for this signature in database
GPG key ID: 0AD2F70C94CA5B03
2 changed files with 25 additions and 25 deletions

View file

@ -196,7 +196,7 @@ declare global {
divId: string,
options: {
sitekey: string;
callback: () => void;
callback: (response: string) => void;
}
) => string;
isReady: () => boolean;