diff --git a/types/react-responsive/index.d.ts b/types/react-responsive/index.d.ts index 9be5c2cec9..42f8386dca 100644 --- a/types/react-responsive/index.d.ts +++ b/types/react-responsive/index.d.ts @@ -80,6 +80,7 @@ export interface MediaQueryProps extends MediaQueryAllQueryable { style?: React.CSSProperties; className?: string; children?: React.ReactNode | ((matches: boolean) => React.ReactNode); + device?: MediaQueryMatchers; values?: Partial; onBeforeChange?: (matches: boolean) => void; onChange?: (matches: boolean) => void;