UNPKG

rmwc

Version:

A thin React wrapper for Material Design (Web) Components

6 lines (5 loc) 200 B
/** * Generates a pseudo random string for DOM ids * Will return 'test' in the NODE test-env so things like storyshots doesnt break. * */ export declare const randomId: (prefix: string) => string;