UNPKG

288 BTypeScriptView Raw
1import { WithEditorFirstArg } from '../utils/types';
2import { Editor } from '../interfaces/editor';
3/**
4 * Get the "dirty" paths generated from an operation.
5 */
6export declare const getDirtyPaths: WithEditorFirstArg<Editor['getDirtyPaths']>;
7//# sourceMappingURL=get-dirty-paths.d.ts.map
\No newline at end of file