UNPKG

creevey

Version:

Cross-browser screenshot testing tool for Storybook with fancy UI Runner

3 lines (2 loc) 140 B
import { ThemeVars } from 'storybook/theming'; export declare function useTheme(): [ThemeVars['base'], (theme: ThemeVars['base']) => void];