diff --git a/ts/components/dropdown.ts b/ts/components/dropdown.ts index ea98649d9..c8364b5ae 100644 --- a/ts/components/dropdown.ts +++ b/ts/components/dropdown.ts @@ -3,5 +3,5 @@ export interface DropdownProps { dropdown: boolean; "data-bs-toggle"?: string; - "aria-expanded"?: string; + "aria-expanded"?: boolean | "true" | "false"; }