Merge pull request #34609 from codepunkt/storybook__addon-centered

Add react export to @storybook/addon-centered
This commit is contained in:
Armando Aguirre
2019-04-15 12:51:07 -07:00
committed by GitHub
3 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// Type definitions for @storybook/addon-centered 3.3
// Type definitions for @storybook/addon-centered 3.4
// Project: https://github.com/storybooks/storybook, https://github.com/storybooks/storybook/tree/master/addons/centered
// Definitions by: kiyopikko <https://github.com/kiyopikko>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
+2
View File
@@ -0,0 +1,2 @@
import centered from "./index";
export default centered;
@@ -20,6 +20,7 @@
"files": [
"angular.d.ts",
"index.d.ts",
"react.d.ts",
"mithril.d.ts",
"storybook__addon-centered-tests.tsx"
]