UNPKG

@atlaskit/adf-schema

Version:

Shared package that contains the ADF-schema (json) and ProseMirror node/mark specs

4 lines (3 loc) 134 B
import type { RGB } from './lch-color-inversion'; import type { XYZ } from './xyz'; export declare const rgbToXyz: (rgb: RGB) => XYZ;