UNPKG

@stencila/thema

Version:

Themes for executable documents

6 lines (5 loc) 136 B
interface Props { activeTheme: string; } export declare const ThemeInfo: ({ activeTheme }: Props) => JSX.Element | null; export {};