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.

7 lines (6 loc) 324 B
import { PersistGate } from 'redux-persist/integration/react'; import storage from 'redux-persist/lib/storage'; export * from './Components/ACWrapperContext'; export * from './libraries/ui-builder'; export { default as dynamicStateReducer, setStateValue, } from './redux/slice/sampleSlice'; export { PersistGate, storage };