layout: `render()` is called on the layout object
parent
ce4b7df9ee
commit
af81cbad04
|
|
@ -153,6 +153,6 @@ declare module Layout {
|
||||||
r?: Rotation,
|
r?: Rotation,
|
||||||
} | {
|
} | {
|
||||||
type: "custom",
|
type: "custom",
|
||||||
render: (h: RenderedHierarchy) => void,
|
render: (this: RenderedHierarchy, h: RenderedHierarchy) => void,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue