UNPKG

@atlaskit/adf-schema

Version:

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

7 lines (6 loc) 184 B
/** * Converts hex color format to rgba. * * @param hex - hex color string (#xxx, or #xxxxxx) */ export declare function hexToRgba(rawColor: string, alpha: number): string | null;