UNPKG

@difizen/ai-flow

Version:

Scalable, out-of-the-box, agent-oriented flow

8 lines (7 loc) 267 B
import type { PopoverPanelProps } from '@headlessui/react'; import React from 'react'; export declare const Popup: (props: { children: React.ReactNode; panel: React.ReactNode; panelProps?: PopoverPanelProps; }) => import("react/jsx-runtime").JSX.Element;