UNPKG

antd-style

Version:

css-in-js solution for application combine with antd v5 token system and emotion

3 lines (2 loc) 125 B
import { ResponsiveKey } from "../types"; export declare const useResponsive: () => Partial<Record<ResponsiveKey, boolean>>;