@jupyter/web-components
Version:
A component library for building extensions in Jupyter frontends.
12 lines (11 loc) • 387 B
TypeScript
import { Swatch } from '../swatch.js';
import { Palette } from '../palette.js';
/**
* The neutralStrokeDivider color recipe
* @param palette - The palette to operate on
* @param reference - The reference color
* @param delta - The offset from the reference
*
* @internal
*/
export declare function neutralStrokeDivider(palette: Palette, reference: Swatch, delta: number): Swatch;