UNPKG

@ant-design/x

Version:

Craft AI-driven interfaces effortlessly

6 lines (5 loc) 189 B
import React from 'react'; import type { SenderProps } from './interface'; export declare const SenderContext: React.Context<SenderProps & { triggerSend?: (() => void) | undefined; }>;