UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

5 lines (4 loc) 138 B
export interface UseMatchMediaProps { media: string; } export declare function useMatchMedia({ media }: UseMatchMediaProps): boolean;