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.

6 lines (5 loc) 244 B
import React from 'react'; export declare const RefContext: React.Context<React.RefObject<HTMLDivElement> | null>; export declare const RefProvider: ({ children }: { children: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element;