Skip to content

Commit

Permalink
Adding createTheme to styling exports. (#1941)
Browse files Browse the repository at this point in the history
* Adding createTheme to exports.

* Adding createTheme to exports.
  • Loading branch information
dzearing authored Jun 6, 2017
1 parent 74c7ce6 commit 1a785e3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions common/changes/@uifabric/styling/createtheme_2017-06-06-01-00.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@uifabric/styling",
"comment": "createTheme: adding to exports",
"type": "minor"
}
],
"packageName": "@uifabric/styling",
"email": "[email protected]"
}
3 changes: 2 additions & 1 deletion packages/styling/src/utilities/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
export {
ITheme,
getTheme,
loadTheme
loadTheme,
createTheme
} from './theme';
export {
mergeStyles
Expand Down

0 comments on commit 1a785e3

Please sign in to comment.