UNPKG

react-smartphone

Version:

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

7 lines 178 B
import React from 'react'; interface Props { status: boolean; } declare const Lockscreen: React.FC<Props>; export default Lockscreen; //# sourceMappingURL=Lockscreen.d.ts.map