@stencila/thema
Version:
Themes for executable documents
6 lines (5 loc) • 295 B
TypeScript
import { ThemeObject } from '.';
export declare const getThemeCSS: (theme: string) => string;
export declare const getTheme: () => string;
export declare const themeSet: (theme: string) => void;
export declare const upsertThemeOverrides: (baseTheme: ThemeObject, newTheme: ThemeObject) => void;