UNPKG

@atlaskit/adf-schema

Version:

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

9 lines (8 loc) 164 B
import type { LAB } from './lab'; type LCH = { c: number; h: number; l: number; }; export declare const labToLch: ({ l, a, b }: LAB) => LCH; export {};