UNPKG

antd-mobile

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