Skip to content

Commit e1ef70d

Browse files
feat: Add bind:focused to HTMLAttributes
1 parent 1e633fe commit e1ef70d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/svelte/elements.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,7 @@ export interface HTMLAttributes<T extends EventTarget> extends AriaAttributes, D
839839
readonly 'bind:contentBoxSize'?: Array<ResizeObserverSize> | undefined | null;
840840
readonly 'bind:borderBoxSize'?: Array<ResizeObserverSize> | undefined | null;
841841
readonly 'bind:devicePixelContentBoxSize'?: Array<ResizeObserverSize> | undefined | null;
842+
readonly 'bind:focused'?: boolean | undefined | null;
842843

843844
// SvelteKit
844845
'data-sveltekit-keepfocus'?: true | '' | 'off' | undefined | null;

0 commit comments

Comments
 (0)