UNPKG

@jupyter/web-components

Version:

A component library for building extensions in Jupyter frontends.

4 lines (3 loc) 173 B
import { Palette } from '../palette.js'; import { Swatch } from '../swatch.js'; export declare function neutralLayer1(palette: Palette, baseLayerLuminance: number): Swatch;