Update FocusTrap.d.ts

pull/6493/head
tugcekucukoglu 2024-09-27 09:07:05 +03:00
parent 4a04efcb05
commit b43abf345e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ export interface FocusTrapOptions {
*/ */
disabled?: boolean | undefined; disabled?: boolean | undefined;
/** /**
* When When disabled, focustrap will not focus by default. * When disabled, focustrap will not focus by default.
* @defaultValue true * @defaultValue true
*/ */
autoFocus?: boolean | undefined; autoFocus?: boolean | undefined;