更新时间:2021-08-27 11:07:28下载pdf

| 字段名 | 类型 | 描述 | 默认值 |
|---|---|---|---|
| content | Any | 展开内容 | null |
| themeColor | String | 主题配色 | null |
| tintColor | String | 图标配色 | null |
| title | String | 头部标题 | null |
| iconPath | String | 头部标题图标 | null |
| style | Style | 最外层样式 | null |
| topStyle | Style | 头部样式 | null |
| arrow | Bool | 是否需要箭头 | null |
| maxHeight | Number | 最大可展开高度 | null |
| titleStyle | Style | 标题样式 | null |
| duration | Number | 动画延时 | null |
| animateWapperStyle | Style | 内容部分样式 | null |
| icon | string | 图标 | null |
import React from 'react'
import { DropDown } from '@tuya/tuya-panel-electrician-sdk'
export default class Scene extends Component {
render() {
return <DropDown title='点击dropdown' />;
}
}
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈