We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe25ee0 commit 004fd90Copy full SHA for 004fd90
dashi/src/lib/index.ts
@@ -8,6 +8,7 @@ export { DashiComponent } from "@/lib/components/DashiComponent";
8
export { initSystemStore } from "@/lib/actions/initSystemStore";
9
export { applyPropertyChange } from "@/lib/actions/applyPropertyChange";
10
export { setComponentVisibility } from "@/lib/actions/setComponentVisibility";
11
+export { updateContributionState } from "@/lib/actions/updateContributionState";
12
export { configureLogging } from "@/lib/utils/configureLogging";
13
export {
14
useStore,
0 commit comments