mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
6 lines
133 B
TypeScript
6 lines
133 B
TypeScript
/// <reference types="react-scripts" />
|
|
|
|
declare module "react-media-hook" {
|
|
function useMediaPredicate(query: string): boolean;
|
|
}
|