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) 182 B
interface UIBuilderProps { json: unknown; navigate: unknown; } export declare const UIBuilder: (props: UIBuilderProps) => import("react/jsx-runtime").JSX.Element; export {};