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:
@@ -2,7 +2,7 @@ local component = require("druid.component")
|
||||
local panthera = require("panthera.panthera")
|
||||
local intro_panthera = require("example.examples.intro.intro.intro_panthera")
|
||||
|
||||
---@class intro: druid.base_component
|
||||
---@class intro: druid.component
|
||||
---@field root node
|
||||
local M = component.create("intro")
|
||||
|
||||
|
Reference in New Issue
Block a user