mirror of
https://github.com/danbulant/ester_os
synced 2026-06-15 12:21:11 +00:00
Add prepare function into definition
This commit is contained in:
parent
6eefb130f4
commit
256d76855b
1 changed files with 2 additions and 0 deletions
|
|
@ -15,4 +15,6 @@ export default interface renderer {
|
|||
render(): void;
|
||||
eject(): void;
|
||||
hide?(): void;
|
||||
|
||||
prepare?(): Promise<void>;
|
||||
}
|
||||
Loading…
Reference in a new issue