mirror of https://github.com/espruino/BangleApps
layout.d.ts: correct render() type
parent
77ff7fa58b
commit
76a60d6ae3
|
@ -140,6 +140,6 @@ declare module Layout {
|
|||
r?: Rotation,
|
||||
} | {
|
||||
type: "custom",
|
||||
render: (h: Hierarchy) => void,
|
||||
render: (h: RenderedHierarchy) => void,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue