molstar
Version:
A comprehensive macromolecular library.
14 lines (13 loc) • 914 B
TypeScript
/**
* Copyright (c) 2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author Alexander Rose <alexander.rose@weirdbyte.de>
*/
import { ThemeDataContext } from '../../../mol-theme/theme';
import { ParamDefinition as PD } from '../../../mol-util/param-definition';
import { ColorTheme } from '../../../mol-theme/color';
export declare const CellPackProvidedColorThemeParams: {};
export declare type CellPackProvidedColorThemeParams = typeof CellPackProvidedColorThemeParams;
export declare function getCellPackProvidedColorThemeParams(ctx: ThemeDataContext): {};
export declare function CellPackProvidedColorTheme(ctx: ThemeDataContext, props: PD.Values<CellPackProvidedColorThemeParams>): ColorTheme<CellPackProvidedColorThemeParams>;
export declare const CellPackProvidedColorThemeProvider: ColorTheme.Provider<CellPackProvidedColorThemeParams, 'cellpack-provided'>;