1
1
mirror of https://github.com/bitgapp/eqMac.git synced 2024-11-22 22:32:17 +03:00
This commit is contained in:
Nodeful 2021-03-08 20:50:11 +02:00
parent 11114bea22
commit e78a4a6b7f

View File

@ -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({