export { addBackgroundColor, defineBackgroundColorCommands, removeBackgroundColor, type BackgroundColorCommandsExtension, } from './background-color-commands.ts' export { defineBackgroundColorSpec, type BackgroundColorAttrs, type BackgroundColorSpecExtension } from './background-color-spec.ts' export { defineBackgroundColor, type BackgroundColorExtension } from './background-color.ts'