UNPKG

apphouse

Version:

Component library for React that uses observable state management and theme-able components.

7 lines (5 loc) 129 B
import { ApphouseTheme } from "./themes.interface"; export interface UseStyles<T> { theme: ApphouseTheme; overwrites?: T; }