UNPKG

@kuma-ui/sheet

Version:

🐻 Kuma UI is a utility-first, zero-runtime CSS-in-JS library that offers an outstanding developer experience and optimized performance.

7 lines (5 loc) 222 B
/** * The generateHash function is a utility function that generates a hash value for a given input string using the MurmurHash algorithm. */ declare function generateHash(str: string): string; export { generateHash };