@jupyter/web-components
Version:
A component library for building extensions in Jupyter frontends.
22 lines (21 loc) • 356 B
TypeScript
import { SwatchRGB } from '../swatch.js';
/**
* @internal
*/
export declare const white: SwatchRGB;
/**
* @internal
*/
export declare const black: SwatchRGB;
/**
* @internal
*/
export declare const middleGrey: SwatchRGB;
/**
* @internal
*/
export declare const accentBase: SwatchRGB;
/**
* @internal
*/
export declare const errorBase: SwatchRGB;