Commit eaac9e9 1 parent a4859ce commit eaac9e9 Copy full SHA for eaac9e9
File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ " @ladle/react " : patch
3
+ ---
4
+
5
+ Adds App UI and Icons, and types to exports.
Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ import * as msw from "msw";
17
17
export { msw } ;
18
18
19
19
export type { UserConfig } from "../shared/types" ;
20
+ export * as ui from "./src/ui" ;
21
+ export * as dialog from "./src/dialog" ;
22
+ export * as icons from "./src/icons" ;
20
23
export { useMDXComponents } from "@mdx-js/react" ;
21
24
export const Story = ( props : any ) => props . children ;
22
25
export const Meta = ( props : any ) => props . children ;
@@ -56,6 +59,8 @@ export const action = (name: string) => {
56
59
} ) ;
57
60
} ;
58
61
62
+ export type { GlobalAction , GlobalState } ;
63
+
59
64
export type GlobalProvider = React . FC < {
60
65
globalState : GlobalState ;
61
66
dispatch : React . Dispatch < GlobalAction > ;
You can’t perform that action at this time.
0 commit comments