UNPKG

183 BTypeScriptView Raw
1import * as React from "react";
2export interface ThemeProps {
3 channel: any;
4 api: any;
5 active: boolean;
6}
7export declare const Themes: React.FunctionComponent<ThemeProps>;