mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Rename type druid.base_component -> druid.component
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
local component = require("druid.component")
|
||||
|
||||
---@class basic_button: druid.base_component
|
||||
---@class basic_button: druid.component
|
||||
---@field druid druid.instance
|
||||
---@field button druid.button
|
||||
local M = component.create("basic_button")
|
||||
|
@@ -1,6 +1,6 @@
|
||||
local component = require("druid.component")
|
||||
|
||||
---@class basic_button_double_click: druid.base_component
|
||||
---@class basic_button_double_click: druid.component
|
||||
---@field druid druid.instance
|
||||
---@field button druid.button
|
||||
local M = component.create("basic_button_double_click")
|
||||
|
@@ -3,7 +3,7 @@ local panthera = require("panthera.panthera")
|
||||
|
||||
local animation = require("example.examples.basic.button.basic_button_hold_panthera")
|
||||
|
||||
---@class basic_button_hold: druid.base_component
|
||||
---@class basic_button_hold: druid.component
|
||||
---@field druid druid.instance
|
||||
---@field button druid.button
|
||||
local M = component.create("basic_button_hold")
|
||||
|
Reference in New Issue
Block a user