Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
ecraig12345 committed Oct 23, 2020
1 parent 7f08ac4 commit d283e8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-next/etc/react-next.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ export * from "@fluentui/react/lib/SwatchColorPicker";
export * from "@fluentui/react/lib/TeachingBubble";
export * from "@fluentui/react/lib/Text";
export * from "@fluentui/react/lib/TextField";
export * from "@fluentui/react/lib/Theme";
export * from "@fluentui/react/lib/ThemeGenerator";
export * from "@fluentui/react/lib/Toggle";
export * from "@fluentui/react/lib/ToggleButton";
Expand Down
1 change: 1 addition & 0 deletions packages/react-next/src/Theme.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from '@fluentui/react/lib/Theme';
1 change: 1 addition & 0 deletions packages/react-next/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ export * from './SwatchColorPicker';
export * from './TeachingBubble';
export * from './Text';
export * from './TextField';
export * from './Theme';
export * from './ThemeGenerator';
export * from './Toggle';
export * from './ToggleButton';
Expand Down

0 comments on commit d283e8f

Please sign in to comment.