UNPKG

@iobroker/adapter-react-v5

Version:

React components to develop ioBroker interfaces with react.

6 lines (5 loc) 191 B
import type { IobTheme, ThemeName } from './types'; /** * The theme creation factory function. */ export declare function Theme(type: ThemeName, overrides?: Record<string, any>): IobTheme;