UNPKG

molstar

Version:

A comprehensive macromolecular library.

6 lines (5 loc) 403 B
import { ColorTheme } from '../../mol-theme/color.js'; import { ThemeDataContext } from '../../mol-theme/theme.js'; import { ParamDefinition as PD } from '../../mol-util/param-definition.js'; export declare function CustomColorTheme(ctx: ThemeDataContext, props: PD.Values<{}>): ColorTheme<{}>; export declare const CustomColorThemeProvider: ColorTheme.Provider<{}, 'basic-wrapper-custom-color-theme'>;