UNPKG

zarm

Version:

基于 React 的移动端UI库

7 lines (6 loc) 142 B
import { FC } from 'react'; interface Props { onActive: () => void; } declare const LazyDetector: FC<Props>; export default LazyDetector;