perf: type link

This commit is contained in:
lisonge 2024-03-08 16:51:46 +08:00
parent d4e331540d
commit 1a66411ce3
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@gkd-kit/api",
"version": "0.0.3",
"version": "0.0.4",
"description": "a typescript kit for gkd",
"type": "module",
"main": "./src/index.ts",

View File

@ -355,7 +355,7 @@ export interface RawRuleProps extends RawCommonProps {
*
*
*
* position , action `clickCenter`
* {@link position} , action `clickCenter`
*
* @example
* `click`
@ -407,7 +407,7 @@ export interface RawRuleProps extends RawCommonProps {
*
* ,
*
* position , action `clickCenter`
* position , {@link action} `clickCenter`
*
* @version 1.7.0
*/