Merge remote-tracking branch 'upstream/dev' into dev

This commit is contained in:
thororen1234 2024-09-17 16:21:17 +00:00
commit a21daa6893
4 changed files with 104 additions and 19 deletions

View file

@ -72,6 +72,11 @@ export interface Menu {
onChange?(value: number): void,
renderValue?(value: number): string,
}>;
MenuSearchControl: RC<{
query: string
onChange(query: string): void;
placeholder?: string;
}>;
}
export interface ContextMenuApi {