diff --git a/packages/yoshiki/package.json b/packages/yoshiki/package.json index b3491c6..75a45e3 100644 --- a/packages/yoshiki/package.json +++ b/packages/yoshiki/package.json @@ -1,6 +1,6 @@ { "name": "yoshiki", - "version": "1.2.8", + "version": "1.2.9", "author": "Zoe Roux (https://github.com/zoriya)", "license": "MIT", "keywords": [ diff --git a/packages/yoshiki/src/native/index.tsx b/packages/yoshiki/src/native/index.tsx index 5d48a5b..bfbef17 100644 --- a/packages/yoshiki/src/native/index.tsx +++ b/packages/yoshiki/src/native/index.tsx @@ -34,3 +34,4 @@ export const ThemeProvider = ({ theme, children }: { theme: Theme; children?: Re }; export * from "../type"; +export * from "../utils"; diff --git a/packages/yoshiki/src/type.ts b/packages/yoshiki/src/type.ts index d8253f3..d54aa07 100644 --- a/packages/yoshiki/src/type.ts +++ b/packages/yoshiki/src/type.ts @@ -79,19 +79,3 @@ export const assignChilds =