UNPKG

wix-style-react

Version:
8 lines (5 loc) 173 B
import { ThemeInterface } from '../../ThemeProvider'; export interface ThemeOptions { active?: boolean; } export function theme(options?: ThemeOptions): ThemeInterface;