Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: theme export문 추가 #30

Merged
merged 13 commits into from
Jul 17, 2023
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fun-eat/design-system",
"description": "펀잇 디자인시스템 라이브러리",
"version": "0.1.0",
"version": "0.1.1",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export { default as FunEatProvider } from './FunEatProvider';
export { default as theme } from './styles/theme';

export { default as Badge } from './Badge';
export { default as BottomSheet } from './BottomSheet';
Expand Down