mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Merge pull request #34609 from codepunkt/storybook__addon-centered
Add react export to @storybook/addon-centered
This commit is contained in:
+1
-1
@@ -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
@@ -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"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user