Files
ueblueprint/js/template/ColorPickerWindowTemplate.js
2022-09-27 20:40:23 +02:00

11 lines
249 B
JavaScript
Executable File

import WindowTemplate from "./WindowTemplate"
/** @typedef {import("../element/NodeElement").default} NodeElement */
export default class ColorPickerWindowTemplate extends WindowTemplate {
#picker
ColorPickerWindowTemplate()
}