XDialogController.ets 77 B

1234
  1. export interface XDialogController {
  2. open: () => void
  3. close: () => void
  4. }