UNPKG

storybook-theme-css-vars

Version:

Theme switcher tool addon that changes the theme using CSS custom properties

6 lines (5 loc) 136 B
import { Theme } from "./types"; export declare const useTheme: (theme: Theme) => { isDark: boolean; toggleMode: () => void; };