UNPKG

@ant-design/x

Version:

Craft AI-driven interfaces effortlessly

9 lines (8 loc) 235 B
import Bubble from './Bubble'; import List from './BubbleList'; export type { BubbleProps } from './interface'; type BubbleType = typeof Bubble & { List: typeof List; }; declare const _default: BubbleType; export default _default;