UNPKG

@ant-design/x

Version:

Craft AI-driven interfaces effortlessly

4 lines (3 loc) 192 B
import React from 'react'; import type { BubbleItemType } from './interface'; export declare const BubbleContext: React.Context<Partial<Pick<BubbleItemType, "key" | "status" | "extraInfo">>>;