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.

8 lines (7 loc) 294 B
import { ACChipNode } from '../Types/components'; interface Props { node: ACChipNode; executeEventHandlers: (handlers: any[], event: any, value?: any) => void; } export declare const ACChip: ({ node, executeEventHandlers }: Props) => import("react/jsx-runtime").JSX.Element; export {};