UNPKG

@taze-editor/taze-core

Version:

Taze Editor's core package - makes easier to create rich text editor

6 lines 179 B
import { Path } from "slate"; /** * Is it the first child of the parent */ export declare const isFirstChild: (path: Path) => boolean; //# sourceMappingURL=isFirstChild.d.ts.map