UNPKG

@kinvolk/headlamp-plugin

Version:

The needed infrastructure for building Headlamp plugins.

6 lines (5 loc) 191 B
import { AppTheme } from '../../../lib/AppTheme'; export declare function ThemePreview({ theme, size }: { theme: AppTheme; size?: number; }): import("react/jsx-runtime").JSX.Element;