import { View, Text } from '@tarojs/components' import './CenterContentTitleModal.scss' export default function Component(props: { children: React.ReactNode, title: string }) { return {props.title} { props.children } }