mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 17:26:36 -04:00
handle changed aria-expanded typing
This commit is contained in:
parent
d44b49294b
commit
604247482d
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@
|
||||||
export interface DropdownProps {
|
export interface DropdownProps {
|
||||||
dropdown: boolean;
|
dropdown: boolean;
|
||||||
"data-bs-toggle"?: string;
|
"data-bs-toggle"?: string;
|
||||||
"aria-expanded"?: string;
|
"aria-expanded"?: boolean | "true" | "false";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue