Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
fcrozatier committed Sep 13, 2024
1 parent 821e585 commit 2e0395d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/svelte/elements.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export type MessageEventHandler<T extends EventTarget> = EventHandler<MessageEve
export type ToggleEventHandler<T extends EventTarget> = EventHandler<ToggleEvent, T>;

export type FullAutoFill =
| AutoFill
| 'bday'
| `${OptionalPrefixToken<AutoFillAddressKind>}${'cc-additional-name'}`
| 'nickname'
Expand Down

0 comments on commit 2e0395d

Please sign in to comment.