taffy-js 0.2.11 → 0.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -110,6 +110,7 @@ export const taffytree_children: (a: number, b: bigint) => [number, number, numb
110
110
  export const taffytree_clear: (a: number) => void;
111
111
  export const taffytree_computeLayout: (a: number, b: bigint, c: any) => [number, number];
112
112
  export const taffytree_computeLayoutWithMeasure: (a: number, b: bigint, c: any, d: any) => [number, number];
113
+ export const taffytree_detailedLayoutInfo: (a: number, b: bigint) => [number, number, number];
113
114
  export const taffytree_dirty: (a: number, b: bigint) => [number, number, number];
114
115
  export const taffytree_disableRounding: (a: number) => void;
115
116
  export const taffytree_enableRounding: (a: number) => void;