9961c40c42581c274d36fa653925d1bbfc77acb868addbcee89c8ed7e36262288f74be6a7fd4f5d652e8cf668c013807160c492dbf225fe220637026131f60 232 B

12345
  1. import { ClassAttributor } from 'parchment';
  2. import { ColorAttributor } from './color.js';
  3. declare const BackgroundClass: ClassAttributor;
  4. declare const BackgroundStyle: ColorAttributor;
  5. export { BackgroundClass, BackgroundStyle };