We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4e0c0 commit bece8a7Copy full SHA for bece8a7
1 file changed
src/components/index.ts
@@ -7,6 +7,7 @@ import { TabsLayout } from './layouts/TabsLayout';
7
import { LayoutProps } from './layouts/LayoutProps';
8
9
import { simulateState, refreshComponents } from './state/stateSimulation';
10
+import { simpleAction } from './actions/actions';
11
12
import { WrapperProps } from './registry/componentWrapper';
13
@@ -20,5 +21,6 @@ export {
20
21
GridLayout,
22
TabsLayout,
23
simulateState,
- refreshComponents
24
+ refreshComponents,
25
+ simpleAction
26
};
0 commit comments