UNPKG

@atlaskit/adf-schema

Version:

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

4 lines (3 loc) 126 B
import type { LAB } from './lab'; import type { XYZ } from './xyz'; export declare const xyzToLab: ({ x, y, z }: XYZ) => LAB;