You also can do something like this if you want to see the numbers themself:
import { theme } from 'antd'; const { useToken } = theme; ... const { token } = useToken(); // break point is between: token.screenMDMin token.screenSMMax