layout.d.ts: Layout's fill can be any proportion

pull/2851/head
Rob Pilling 2023-05-18 22:40:01 +01:00
parent efd1891ff5
commit 739ddb731f
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ declare module Layout {
type Image = string;
type Fill = 0 | 1 | 2; // 0=no, 1=yes, 2=2x more space
type Fill = number; // fill a proportion of space, relative to sibling `filly`s
type RenderedHierarchy =
Hierarchy & {