feat(client/raycast): allow defining distance (#296)

This commit is contained in:
Demetrio
2023-04-17 06:50:12 +02:00
committed by GitHub
parent 33215fa6b5
commit 87b08c29c6
2 changed files with 5 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
---@field position? 'right-center' | 'left-center' | 'top-center';
---@field icon? string | {[1]: IconProp, [2]: string};
---@field iconColor? string;
---@field style? string;
---@field style? string | table;
local isOpen = false