@gravity-ui/graph
Version:
Modern graph editor component
14 lines (13 loc) • 470 B
TypeScript
import type { CSSVariableMappings, CSSVariablesLayerProps } from "./types";
/**
* Default props for CSSVariablesLayer
*/
export declare const DEFAULT_CSS_VARIABLES_LAYER_PROPS: Partial<CSSVariablesLayerProps>;
/**
* Mapping of CSS variables to graph colors and constants
*/
export declare const CSS_VARIABLE_MAPPINGS: CSSVariableMappings;
/**
* Set of all supported CSS variable names for quick lookup
*/
export declare const SUPPORTED_CSS_VARIABLES: Set<string>;