UNPKG

grandma3-ts-types

Version:
13 lines (10 loc) 257 B
type PlaceHolderProps = ObjProps & {}; type PlaceHolder = Obj & UIObject & PlaceHolderProps & { Close(this: void): void; ScrollBarH: ScrollBarH; ScrollBarV: ScrollBarV; }; type ModalPlaceholder = PlaceHolder; type PopupPlaceholder = PlaceHolder;