UNPKG

theme-change

Version:

Change CSS theme with toggle, buttons or select using CSS Variables and localStorage

4 lines (3 loc) 84 B
declare module 'theme-change'{ export function themeChange(swap?:boolean):void; }