UNPKG

@mui/x-internals

Version:

Utility functions for the MUI X packages (internal use only).

6 lines 167 B
export declare const hash: typeof xxh; /** * Returns an xxh hash of `input` formatted as a decimal string. */ declare function xxh(input: string): string; export {};