Rename type druid.base_component -> druid.component

This commit is contained in:
Insality
2025-03-05 21:02:46 +02:00
parent 3a559d7ac2
commit ef86b387c2
87 changed files with 136 additions and 136 deletions

View File

@@ -87,7 +87,7 @@ local component = require("druid.component")
local utf8_lua = require("druid.system.utf8")
local utf8 = utf8 or utf8_lua
---@class druid.input: druid.base_component
---@class druid.input: druid.component
---@field on_input_select event
---@field on_input_unselect event
---@field on_input_text event