UNPKG

@apexcura/ui-builder

Version:

A low-code UI builder library for dynamic form generation and reusable components built with React, Redux, Tailwind, and Ant Design.

13 lines (12 loc) 445 B
interface DynamicState { [key: string]: { [key: string]: any; }; } export declare const setStateValue: import("@reduxjs/toolkit").ActionCreatorWithPayload<{ path: any; value: any; }, "dynamic/setStateValue">; export declare const resetState: import("@reduxjs/toolkit").ActionCreatorWithPayload<any, "dynamic/resetState">; declare const _default: import("@reduxjs/toolkit").Reducer<DynamicState>; export default _default;