%PDF- %PDF-
Direktori : /home/forge/takeaseat.eco-n-tech.co.uk/node_modules/parchment/dist/src/blot/abstract/ |
Current File : //home/forge/takeaseat.eco-n-tech.co.uk/node_modules/parchment/dist/src/blot/abstract/format.d.ts |
import AttributorStore from '../../attributor/store'; import { Blot, Parent, Formattable } from './blot'; import ContainerBlot from './container'; declare class FormatBlot extends ContainerBlot implements Formattable { protected attributes: AttributorStore; static formats(domNode: HTMLElement): any; constructor(domNode: Node); format(name: string, value: any): void; formats(): { [index: string]: any; }; replaceWith(name: string | Blot, value?: any): Blot; update(mutations: MutationRecord[], context: { [key: string]: any; }): void; wrap(name: string | Parent, value?: any): Parent; } export default FormatBlot;