iAfterGuiAttachedParams.d.ts 73 B

123
  1. export interface IAfterGuiAttachedParams {
  2. hidePopup?: () => void;
  3. }