mirror of
https://github.com/danbulant/ester_os
synced 2026-06-24 17:11:59 +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;
|
render(): void;
|
||||||
eject(): void;
|
eject(): void;
|
||||||
hide?(): void;
|
hide?(): void;
|
||||||
|
|
||||||
|
prepare?(): Promise<void>;
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue