UNPKG

react-flip-clock-lib

Version:

A beautiful and customizable React flip clock component with TypeScript support

8 lines 207 B
interface ScreenSize { isMobile: boolean; isTablet: boolean; isDesktop: boolean; } export declare const useCheckMobile: () => ScreenSize; export {}; //# sourceMappingURL=use-check-mobile.d.ts.map