UNPKG

react-fex-gallery

Version:

React gallery powered by FEX.net API

5 lines (4 loc) 292 B
import React from 'react'; export declare const pluralize: (number: number, one: string, two: string, five: string) => string; export declare function formatBytes(bytes: number, decimals?: number): string; export declare const stopPropagation: (e: React.MouseEvent<HTMLElement>) => void;