UNPKG

@master/css.react

Version:

React hooks and components for Master CSS

8 lines (7 loc) 251 B
/// <reference types="react" /> import type MasterCSS from '@master/css'; export declare const useScheme: (css: MasterCSS) => { scheme: string; setScheme: import("react").Dispatch<import("react").SetStateAction<string>>; theme: string; };