UNPKG

react-smartphone

Version:

![Demo](https://github.com/Turutupa/react-smartphone/blob/main/demo.gif)

7 lines 199 B
import React from 'react'; interface Props { children: JSX.Element | string; } declare const PhoneContent: React.FC<Props>; export default PhoneContent; //# sourceMappingURL=PhoneContent.d.ts.map