import Balloon from 'nes-design/es/Balloon'; OR import { Balloon } from 'nes-design';| Prop / 参数 | Description / 描述 | Type / 类型 | Default / 默认值 |
|---|---|---|---|
| theme | balloon theme | 'dark' | - |
| place | balloon from place | 'left' | 'right' | |
| ...rest | more attrs | React.HTMLAttributes<HTMLDivElement> | - |