4718c4697bc1e0c3bf2eec832beaff665a4ec0b5c7d7c8cd7c0970ab1713dff337dc74d841c99bbb9399db184d3986ac50ad73a7f22c3b2d093691fb728268 280 B

1234567
  1. import { ClassAttributor, StyleAttributor } from 'parchment';
  2. declare const FontClass: ClassAttributor;
  3. declare class FontStyleAttributor extends StyleAttributor {
  4. value(node: HTMLElement): any;
  5. }
  6. declare const FontStyle: FontStyleAttributor;
  7. export { FontStyle, FontClass };