We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ec30d9 commit 72c6858Copy full SHA for 72c6858
api/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@gkd-kit/api",
3
- "version": "0.9.1",
+ "version": "0.9.2",
4
"description": "a typescript kit for gkd",
5
"type": "module",
6
"main": "./src/index.ts",
api/src/index.ts
@@ -510,6 +510,7 @@ export interface RawRuleProps extends RawCommonProps {
510
| 'longClick'
511
| 'longClickNode'
512
| 'longClickCenter'
513
+ | 'swipe'
514
| 'none';
515
516
/**
0 commit comments