UNPKG

sunshine-layx

Version:

A magical window.

5 lines (4 loc) 145 B
import UIComponent from "../models/UIComponent"; export default interface UIControl extends UIComponent { present(): DocumentFragment; }