import { useStyletron } from 'styletron-react'; /** * styletron returns new `styletronCSS` function each time the hook is called. This hook memorizes the css function and returns same reference every time. */ declare const useMemoizedStyletron: () => ReturnType; export default useMemoizedStyletron;