import { View, Text } from "@tarojs/components"; import ThinkAnimation from '../think-animation/index' import style from './index.module.less' interface Props { text: string } export default ({text}:Props) => { return {text.length === 0 && } {text} }