From 0c8291c86b221f20bddb556444689cb19ecf0d99 Mon Sep 17 00:00:00 2001 From: Luigi Date: Tue, 6 Jun 2023 10:28:54 +0200 Subject: [PATCH] Add WithProduct d.ts --- assets/js/hocs/with-product.d.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 assets/js/hocs/with-product.d.ts diff --git a/assets/js/hocs/with-product.d.ts b/assets/js/hocs/with-product.d.ts new file mode 100644 index 00000000000..1d648b43e77 --- /dev/null +++ b/assets/js/hocs/with-product.d.ts @@ -0,0 +1 @@ +export default function withProduct( fun: () => JSX.Element ): JSX.Element;