Skip to content

Commit

Permalink
lint + updated to BooleanString
Browse files Browse the repository at this point in the history
  • Loading branch information
linh-transcend committed Dec 6, 2024
1 parent 4ce8d0a commit 25ec8f4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,12 @@ export const OptionalConsentManagerConfig = t.partial({
* Potential values: 'closed' (default) and 'open'
*/
uiShadowRoot: t.string,
/**
* The override value for whether to focus on the first descendant of the root arg w/data-initialFocus attribute
* Potential values: 'on' (default) and 'off'
* */
autofocus: t.string,
/**
* The override value for whether to focus on the first descendant of the root arg w/data-initialFocus attribute
* Potential values: `'on'` (default) or `'off'`
*
*/
autofocus: BooleanString,

Check failure on line 249 in src/ui.ts

View workflow job for this annotation

GitHub Actions / build-and-upload-artifacts

Cannot find name 'BooleanString'.
});

/** type overload */
Expand Down

0 comments on commit 25ec8f4

Please sign in to comment.