import { Button, Space, Typography } from 'antd'; import { auto } from 'manate/react'; import React from 'react'; import { Store } from './store'; const { Text, Title } = Typography; const App = auto((props: { store: Store }) => { const { store } = props; return ( <>