Skip to content

Commit 8464fdb

Browse files
committed
dir
1 parent a17a28b commit 8464fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/elements.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ export interface HTMLAttributes<T extends EventTarget> extends AriaAttributes, D
725725
class?: string | undefined | null;
726726
contenteditable?: Booleanish | 'inherit' | 'plaintext-only' | undefined | null;
727727
contextmenu?: string | undefined | null;
728-
dir?: string | undefined | null;
728+
dir?: 'ltr' | 'rtl' | 'auto' | undefined | null;
729729
draggable?: Booleanish | undefined | null;
730730
elementtiming?: string | undefined | null;
731731
enterkeyhint?:

0 commit comments

Comments
 (0)