UNPKG

antd-mobile

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