UNPKG

@difizen/ai-flow

Version:

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

7 lines (6 loc) 203 B
import type { ReactNode } from 'react'; export declare const CollapseWrapper: (props: { label: string; children: ReactNode; className?: string; }) => import("react/jsx-runtime").JSX.Element;