4 行
77 B
Plaintext
4 行
77 B
Plaintext
|
|
export interface XDialogController {
|
||
|
|
open: () => void
|
||
|
|
close: () => void
|
||
|
|
}
|