UNPKG

@selfcommunity/react-ui

Version:

React UI Components to integrate a Community created with SelfCommunity Platform.

9 lines (8 loc) 198 B
export declare const ThresholdUnits: { Pixel: string; Percent: string; }; export declare function parseThreshold(scrollThreshold: string | number): { unit: string; value: number; };