mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 10:02:18 +02:00
Rename type druid_instance to druid.instance
This commit is contained in:
@@ -4,7 +4,7 @@ local panthera = require("panthera.panthera")
|
||||
local window_animation_panthera = require("example.examples.windows.window_animation_panthera")
|
||||
|
||||
---@class window_confirmation: druid.base_component
|
||||
---@field druid druid_instance
|
||||
---@field druid druid.instance
|
||||
---@field text_header druid.lang_text
|
||||
---@field text_button_accept druid.lang_text
|
||||
---@field text_button_decline druid.lang_text
|
||||
|
@@ -8,7 +8,7 @@ local window_animation_panthera = require("example.examples.windows.window_anima
|
||||
---@field text_button_accept druid.lang_text
|
||||
---@field text_description druid.lang_text
|
||||
---@field button_close druid.button
|
||||
---@field druid druid_instance
|
||||
---@field druid druid.instance
|
||||
local M = component.create("window_info")
|
||||
|
||||
|
||||
|
@@ -9,7 +9,7 @@ local window_animation_panthera = require("example.examples.windows.window_anima
|
||||
---@class window_language: druid.base_component
|
||||
---@field text_header druid.text
|
||||
---@field button_close druid.button
|
||||
---@field druid druid_instance
|
||||
---@field druid druid.instance
|
||||
---@field lang_buttons table<string, druid.button>
|
||||
---@field grid druid.grid
|
||||
---@field on_language_change event
|
||||
|
Reference in New Issue
Block a user