Last Updated on : 2021-08-30 03:50:35download
Field name | Type | Describe | Default |
---|---|---|---|
baseLayout | Func | content | [] |
style | Style | container style | {} |
contentStyle | Style | content style | {} |
children | Func | children content | {} |
baseLayoutTouchEnable | Bool | enable touch | true |
import React from 'react'
import { SlideLayout } from '@tuya/tuya-panel-electrician-sdk'
export default class Scene extends Component {
render() {
return <SlideLayout style={{width: 320}} />;
}
}
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback