@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.
16 lines (15 loc) • 502 B
TypeScript
import React from 'react';
export declare const ACWrapperContext: ({ children, props, }: {
children: React.ReactNode;
props?: any;
}) => import("react/jsx-runtime").JSX.Element;
export declare const useACContext: () => {
store: any;
constants: any;
utils: any;
};
export declare const useStore: () => any;
export declare const useConstants: () => any;
export declare const getCONSTANTS: () => any;
export declare const getStore: () => any;
export declare const getUtils: () => any;