Skip to content

Commit bece8a7

Browse files
expose simple action (#32)
1 parent 9f4e0c0 commit bece8a7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/components/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { TabsLayout } from './layouts/TabsLayout';
77
import { LayoutProps } from './layouts/LayoutProps';
88

99
import { simulateState, refreshComponents } from './state/stateSimulation';
10+
import { simpleAction } from './actions/actions';
1011

1112
import { WrapperProps } from './registry/componentWrapper';
1213

@@ -20,5 +21,6 @@ export {
2021
GridLayout,
2122
TabsLayout,
2223
simulateState,
23-
refreshComponents
24+
refreshComponents,
25+
simpleAction
2426
};

0 commit comments

Comments
 (0)