UNPKG

storybook-theme-css-vars

Version:

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

7 lines (6 loc) 132 B
export declare type Theme = { selector: string; dataAttr: string; nameLightTheme: string; nameDarkTheme: string; };