UNPKG

@yoopta/editor

Version:

<h2 align="center">Yoopta-Editor v1 🎉</h2> <p align="center">Yoopta-Editor - is an open source notion-like editor 💥</p> <div align="center"> <img width="574" alt="Screen Shot 2023-01-25 at 16 04 29" src="https://user-images.githubusercontent.com/2909311

22 lines • 1 kB
import { getBlockOrder } from './getBlockOrder'; import { getNextBlockOrder } from './getNextBlockOrder'; import { getPreviousBlockOrder } from './getPreviousBlockOrder'; import { getSelectedPaths } from './getSelectedPaths'; import { isBlockSelected } from './isBlockSelected'; import { isPathEmpty } from './isPathEmpty'; import { setPath } from './setPath'; import { getLastNodePoint } from '../../utils/get-node-points'; import { getFirstPoint } from '../selection/getFirstPoint'; export declare const Paths: { getBlockOrder: typeof getBlockOrder; getNextBlockOrder: typeof getNextBlockOrder; getPreviousBlockOrder: typeof getPreviousBlockOrder; isBlockSelected: typeof isBlockSelected; getSelectedPaths: typeof getSelectedPaths; isPathEmpty: typeof isPathEmpty; setPath: typeof setPath; getLastNodePoint: typeof getLastNodePoint; getFirstNodePoint: typeof getFirstPoint; }; export type Paths = typeof Paths; //# sourceMappingURL=index.d.ts.map