UNPKG

@ant-design/x

Version:

Craft AI-driven interfaces effortlessly

5 lines (4 loc) 248 B
import * as React from 'react'; import { BubbleListProps, BubbleListRef } from './interface'; declare const ForwardBubbleList: React.ForwardRefExoticComponent<BubbleListProps & React.RefAttributes<BubbleListRef>>; export default ForwardBubbleList;