function Component(props) { const theme = useTheme() return ( <Grid gridTemplateColumns={[ theme.template.xs.columns, ...
確定! 回上一頁