Sha256: 75cd7a6a7c8a6532601445b899649c334c71ead12c79139c4dc0405d0ce4909d

Contents?: true

Size: 400 Bytes

Versions: 2

Compression:

Stored size: 400 Bytes

Contents

import { Leaf } from './blot';
import ShadowBlot from './shadow';
import * as Registry from '../../registry';
declare class LeafBlot extends ShadowBlot implements Leaf {
    static scope: Registry.Scope;
    static value(domNode: Node): any;
    index(node: Node, offset: number): number;
    position(index: number, inclusive?: boolean): [Node, number];
    value(): any;
}
export default LeafBlot;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rails_modular_admin-1.0.0 app/assets/node_modules/parchment/dist/src/blot/abstract/leaf.d.ts
rails_modular_admin-0.4.0 app/assets/node_modules/parchment/dist/src/blot/abstract/leaf.d.ts