From 7b82e13078f3d952ff53e9dfd995cbf79d43d155 Mon Sep 17 00:00:00 2001 From: Roman Chubarkin Date: Fri, 25 Jun 2021 16:50:20 +0300 Subject: [PATCH] fix: add missing box export in elements --- src/woly/elements/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/woly/elements/index.ts b/src/woly/elements/index.ts index 858e080c..eb440cb8 100644 --- a/src/woly/elements/index.ts +++ b/src/woly/elements/index.ts @@ -1,2 +1,3 @@ export { InputContainer } from './input-container'; export { InputElement } from './input-element'; +export { box, boxVertical } from './box';