From f863533415c5ec8e5c271a62a2d756887da781ae Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:23:39 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E2=99=88=20get-max-width.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ink/get-max-width.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ink/get-max-width.ts b/src/ink/get-max-width.ts index e079463..dfab1ee 100644 --- a/src/ink/get-max-width.ts +++ b/src/ink/get-max-width.ts @@ -25,3 +25,4 @@ const getMaxWidth = (yogaNode: LayoutNode): number => { } export default getMaxWidth +