Skip to content

Instantly share code, notes, and snippets.

@esr360
Last active August 18, 2019 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esr360/e7123aaf93934cfdba3c64dfb0c549b0 to your computer and use it in GitHub Desktop.
Save esr360/e7123aaf93934cfdba3c64dfb0c549b0 to your computer and use it in GitHub Desktop.
import { createUseStyles } from 'react-jss';
export default createUseStyles(theme => ({
heading: ({ props, config, state }) => ({
...
}),
...
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment