mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 11:09:05 +01:00
Merge pull request #221 from inetsoft-anton/patch-1
Unrestrict cursor option typing
This commit is contained in:
commit
7c654903f6
2
packages/splitjs/index.d.ts
vendored
2
packages/splitjs/index.d.ts
vendored
@ -42,7 +42,7 @@ declare namespace Split {
|
||||
direction?: 'horizontal' | 'vertical';
|
||||
|
||||
// Cursor to display while dragging.
|
||||
cursor?: 'col-resize' | 'row-resize';
|
||||
cursor?: string;
|
||||
|
||||
// Callback on drag.
|
||||
onDrag?(): void;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user