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) 229 B
import React from 'react'; export declare const ContextProvider: ({ children, props, }: { children: React.ReactNode; props?: any; }) => import("react/jsx-runtime").JSX.Element; export declare const getContext: () => any;