import Quill from 'quill';
const Parchment = Quill.import('parchment');
const StyleAttr = Parchment.StyleAttributor || Parchment.Attributor.Style;
const ColorStyle = new StyleAttr('color', 'color', {
scope: Parchment.Scope.INLINE,
});
export { ColorStyle };