- fixed grouped rows
- added shortcut hint in menu items
This commit is contained in:
parent
ebd8ff8c1d
commit
552ba7f3c9
9 changed files with 71 additions and 44 deletions
7
src/global.d.ts
vendored
7
src/global.d.ts
vendored
|
@ -1,8 +1 @@
|
|||
/// <reference types="@solidjs/start/env" />
|
||||
|
||||
|
||||
interface IterableIterator<T> {
|
||||
map<U>(callbackfn: (value: T, index: number, array: T[]) => U, thisArg?: any): IterableIterator<U>;
|
||||
filter<S extends T>(predicate: (value: T, index: number, array: T[]) => value is S, thisArg?: any): IterableIterator<S>;
|
||||
toArray(): T[];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue