Update button hold callback

This commit is contained in:
Insality
2024-10-15 02:48:41 +03:00
parent 067b650838
commit a5e579ddaa
4 changed files with 11 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
local component = require("druid.component")
---@class {COMPONENT_TYPE}: druid.base_component
---@class {COMPONENT_TYPE}: druid.component
---@field druid druid_instance{COMPONENT_ANNOTATIONS}
local M = component.create("{COMPONENT_TYPE}")