UNPKG

grandma3-ts-types

Version:
18 lines (15 loc) 282 B
type PopupProps = ObjProps & { autoClose: boolean; }; type Popup = UILayoutGrid & PopupProps & { Close(): void; CloseCancel(): void; }; type OverlayCloseCallback = ( this: void, overlay: Popup, modalResult: Enums.ModalResult, modalValue: any, ctxNext: any, ) => void;