UNPKG

@startpage/theming

Version:

Create and use themes for your startpage

3 lines (2 loc) 118 B
import { Theme } from "../Theme"; export declare const injectThemeIntoCss: (theme: Theme, prefix?: string) => void;