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;