@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.
9 lines (8 loc) • 425 B
TypeScript
import { PersistGate } from 'redux-persist/integration/react';
import storage from 'redux-persist/lib/storage';
export * from './Components/ACWrapperContext';
export * from './Components/ACFileGallery';
export { default as ACLink } from './Components/ACLink';
export * from './libraries/ui-builder';
export { default as dynamicStateReducer, setStateValue, } from './redux/slice/sampleSlice';
export { PersistGate, storage };