UNPKG

@pierre/diffs

Version:

14 lines 416 B
//#region src/utils/getMergeConflictActionSlotName.d.ts interface MergeConflictActionSlotInput { hunkIndex: number; lineIndex: number; conflictIndex: number; } declare function getMergeConflictActionSlotName({ hunkIndex, lineIndex, conflictIndex }: MergeConflictActionSlotInput): string; //#endregion export { getMergeConflictActionSlotName }; //# sourceMappingURL=getMergeConflictActionSlotName.d.ts.map