UNPKG

@atlaskit/editor-plugin-status

Version:

Status plugin for @atlaskit/editor-core

1 lines 101 B
export const normalizeStatusColorAttr = color => color.startsWith('#') ? color.toUpperCase() : color;