mirror of
https://github.com/Insality/druid
synced 2025-09-27 18:12:21 +02:00
Rename type druid.base_component -> druid.component
This commit is contained in:
@@ -28,7 +28,7 @@ local helper = require("druid.helper")
|
||||
local component = require("druid.component")
|
||||
local event = require("event.event")
|
||||
|
||||
---@class druid.hotkey: druid.base_component
|
||||
---@class druid.hotkey: druid.component
|
||||
---@field on_hotkey_pressed event
|
||||
---@field on_hotkey_released event
|
||||
---@field style table
|
||||
|
Reference in New Issue
Block a user