mirror of
https://github.com/Insality/druid
synced 2025-09-27 10:02:19 +02:00
Rename type druid.base_component -> druid.component
This commit is contained in:
@@ -3,7 +3,7 @@ local panthera = require("panthera.panthera")
|
||||
|
||||
local window_animation_panthera = require("example.examples.windows.window_animation_panthera")
|
||||
|
||||
---@class window_confirmation: druid.base_component
|
||||
---@class window_confirmation: druid.component
|
||||
---@field druid druid.instance
|
||||
---@field text_header druid.lang_text
|
||||
---@field text_button_accept druid.lang_text
|
||||
|
@@ -3,7 +3,7 @@ local panthera = require("panthera.panthera")
|
||||
|
||||
local window_animation_panthera = require("example.examples.windows.window_animation_panthera")
|
||||
|
||||
---@class window_info: druid.base_component
|
||||
---@class window_info: druid.component
|
||||
---@field text_header druid.lang_text
|
||||
---@field text_button_accept druid.lang_text
|
||||
---@field text_description druid.lang_text
|
||||
|
@@ -6,7 +6,7 @@ local panthera = require("panthera.panthera")
|
||||
|
||||
local window_animation_panthera = require("example.examples.windows.window_animation_panthera")
|
||||
|
||||
---@class window_language: druid.base_component
|
||||
---@class window_language: druid.component
|
||||
---@field text_header druid.text
|
||||
---@field button_close druid.button
|
||||
---@field druid druid.instance
|
||||
|
Reference in New Issue
Block a user