@electrovir/color
Version:
A wrapper for culori with an extremely simple API.
16 lines (15 loc) • 675 B
TypeScript
import { type ColorSyntaxName } from '../data/color-class/color-formats.js';
/**
* A color picker element that shows sliders for all supported color spaces at once, as well as all
* the values for all supported color spaces in a table.
*
* @category Elements
*/
export declare const VirAllSpacesColorPicker: import("element-vir").DeclarativeElementDefinition<"vir-all-spaces-color-picker", {
color: string;
}, {
inputColorString: undefined | string;
overrideInputColor: undefined | ColorSyntaxName;
}, {
colorChange: import("element-vir").DefineEvent<string>;
}, "vir-all-spaces-color-picker-", "vir-all-spaces-color-picker-", readonly [], readonly []>;