UNPKG

react-grata

Version:

Light weight react grid layout component that supports IE 11. What you draw is what you get.

7 lines (6 loc) 277 B
/** * https://github.com/styled-components/styled-components/v5.1.1/master/packages/styled-components/src/utils/hash.js */ export declare const SEED = 5381; export declare const phash: (h: number, x: string) => number; export declare const hash: (x: string) => number;