import React from "react"; import ls from "./SceneInlineSection.less"; interface SceneInlineSectionProps { title: any; children: any; } export function SceneInlineSection(props: SceneInlineSectionProps) { return {props.title} {props.children} } export function SceneInlineTitleBar({children, ...props}) { return