Skip to content

Commit f64773f

Browse files
committed
writingsuggestions
1 parent a13608f commit f64773f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte/elements.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -751,6 +751,7 @@ export interface HTMLAttributes<T extends EventTarget> extends AriaAttributes, D
751751
translate?: 'yes' | 'no' | '' | undefined | null;
752752
inert?: boolean | undefined | null;
753753
popover?: 'auto' | 'manual' | '' | undefined | null;
754+
writingsuggestions?: Booleanish | undefined | null;
754755

755756
// Unknown
756757
radiogroup?: string | undefined | null; // <command>, <menuitem>

0 commit comments

Comments
 (0)