UNPKG
sunshine-layx
Version:
latest (1.0.0)
1.0.0
A magical window.
sunshine-layx
/
src
/
basic
/
interfaces
/
UIControl.ts
5 lines
(4 loc)
•
145 B
text/typescript
View Raw
1
2
3
4
5
import
UIComponent
from
"../models/UIComponent"
;
export
default
interface
UIControl
extends
UIComponent
{
present
():
DocumentFragment
; }