feature: tiered sort
This commit is contained in:
3
lib/ui/popup.d.ts
vendored
3
lib/ui/popup.d.ts
vendored
@ -69,7 +69,8 @@ export class Popup {
|
||||
}
|
||||
|
||||
interface PopupButton {
|
||||
tabIndex: number;
|
||||
className?: string;
|
||||
tabIndex?: number;
|
||||
key: string;
|
||||
text: string;
|
||||
trigger: (this: Popup) => boolean | Promise<boolean>;
|
||||
|
Reference in New Issue
Block a user