mirror of
https://github.com/bitgapp/eqMac.git
synced 2024-11-22 22:32:17 +03:00
fix
This commit is contained in:
parent
11114bea22
commit
e78a4a6b7f
@ -56,7 +56,7 @@ export interface SelectOption extends BaseOptions {
|
|||||||
selected?: (id: string) => any
|
selected?: (id: string) => any
|
||||||
}
|
}
|
||||||
|
|
||||||
export type Option = ButtonOption | CheckboxOption | SelectOption | DividerOption | LabelOption
|
export type Option = ButtonOption | CheckboxOption | SelectOption | DividerOption | LabelOption | HTMLOption | DropdownOption
|
||||||
|
|
||||||
export type Options = Option[][]
|
export type Options = Option[][]
|
||||||
@Component({
|
@Component({
|
||||||
|
Loading…
Reference in New Issue
Block a user