Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
feat: export defaul theme (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
device25 authored and stepankuzmin committed May 18, 2018
1 parent cc1c4ce commit 766cb54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/defaultTheme.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import inputRangeTheme from './components/InputRange/defaultTheme.json';
import legendRangeTheme from './components/Legend/defaultTheme.json';

export default {
...inputRangeTheme,
...legendRangeTheme
};
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ export { default as Dropdown } from './components/Dropdown';
export { default as MonthPicker } from './components/MonthPicker';
export { default as YearPicker } from './components/YearPicker';
export { default as Legend } from './components/Legend';
export { default as defaultTheme } from './defaultTheme';

0 comments on commit 766cb54

Please sign in to comment.