mirror of https://github.com/espruino/BangleApps
Merge pull request #2605 from bobrippling/clock-info-app
`clock_info.d.ts` `.app` additionpull/2600/head
commit
8ea01a9384
|
@ -44,6 +44,7 @@ declare module ClockInfo {
|
|||
w: number,
|
||||
h: number,
|
||||
draw(itm: MenuItem, info: Item, options: InteractiveOptions): void,
|
||||
app?: string, // used to remember clock_info locations, per app
|
||||
};
|
||||
|
||||
type InteractiveOptions =
|
||||
|
|
Loading…
Reference in New Issue