UNPKG

react-skeleton-builder

Version:

A versatile React component library for creating customizable skeleton loading animations with Chakra UI and TypeScript.

3 lines (2 loc) 160 B
import { Breakpoints, Device } from '../common/types'; export declare const useCalcDevice: (breakpoints: Breakpoints, customContainerWidth?: number) => Device;