molstar
Version:
A comprehensive macromolecular library.
11 lines (10 loc) • 556 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 { ColorTheme } from '../../../../mol-theme/color';
import { ValidationReport } from '../prop';
export declare function RandomCoilIndexColorTheme(ctx: ThemeDataContext, props: {}): ColorTheme<{}>;
export declare const RandomCoilIndexColorThemeProvider: ColorTheme.Provider<{}, ValidationReport.Tag.RandomCoilIndex>;