♻️ b3-menu__checked

This commit is contained in:
Vanessa 2024-03-31 20:27:29 +08:00
parent 6378d1e738
commit 5aabda4b37
4 changed files with 9 additions and 5 deletions

View file

@ -708,6 +708,7 @@ interface IModels {
}
interface IMenu {
checked?: boolean,
iconClass?: string,
label?: string,
click?: (element: HTMLElement, event: MouseEvent) => boolean | void | Promise<boolean | void>