UNPKG

@jigoooo/shared-ui

Version:

A reusable React component library and design system with TypeScript support, built on Vite for seamless integration and optimized performance.

6 lines (5 loc) 175 B
type Target = { offsetHeight: number; } | null | undefined; export declare function useThresholdInPixels(threshold: string | number, sheetEl?: Target): number; export {};