Files
goTorrent/torrent-project/node_modules/material-ui/styles/createGenerateClassName.d.ts

9 lines
228 B
TypeScript

/**
* FIXME: `jss` TS typings are bad and incomplete ...
* So the following typigns are not really good.
*/
export default function createGenerateClassName(): (
rule: Object,
stylesheet?: Object
) => string;