molstar
Version:
A comprehensive macromolecular library.
15 lines (14 loc) • 943 B
TypeScript
/**
* Copyright (c) 2018-2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author Michal Malý <michal.maly@ibt.cas.cz>
* @author Jiří Černý <jiri.cerny@ibt.cas.cz>
*/
import { ColorTheme } from '../../../mol-theme/color';
import { ThemeDataContext } from '../../../mol-theme/theme';
import { ParamDefinition as PD } from '../../../mol-util/param-definition';
export declare const ConfalPyramidsColorThemeParams: {};
export declare type ConfalPyramidsColorThemeParams = typeof ConfalPyramidsColorThemeParams;
export declare function getConfalPyramidsColorThemeParams(ctx: ThemeDataContext): {};
export declare function ConfalPyramidsColorTheme(ctx: ThemeDataContext, props: PD.Values<ConfalPyramidsColorThemeParams>): ColorTheme<ConfalPyramidsColorThemeParams>;
export declare const ConfalPyramidsColorThemeProvider: ColorTheme.Provider<ConfalPyramidsColorThemeParams, 'confal-pyramids'>;