mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-22 06:13:23 +08:00
Fix other interface classes naming convention
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import sanitizeText from "./sanitizeText"
|
||||
import Template from "./Template"
|
||||
import ITemplate from "./ITemplate"
|
||||
|
||||
/**
|
||||
* @typedef {import("../element/SelectorElement").default} SelectorElement
|
||||
*/
|
||||
export default class SelectorTemplate extends Template {
|
||||
export default class SelectorTemplate extends ITemplate {
|
||||
|
||||
/**
|
||||
* Applies the style to the element.
|
||||
|
||||
Reference in New Issue
Block a user