UNPKG

@shopify/react-html

Version:

A component to render your react app with no static HTML.

7 lines (6 loc) 173 B
interface Props { coverNotch?: boolean; allowPinchToZoom?: boolean; } export declare function Responsive({ coverNotch, allowPinchToZoom, }: Props): null; export {};