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) 287 B
import { ACProfileMenuNode } from '../Types/components'; interface Props extends ACProfileMenuNode { executeEventHandlers: (handlers: any[], event: any, value?: any) => void; } export declare const ACProfileMenu: (props: Props) => import("react/jsx-runtime").JSX.Element; export {};