@pierre/diffs
Version:
17 lines (16 loc) • 401 B
JavaScript
//#region src/react/constants.ts
const GutterUtilitySlotStyles = {
position: "absolute",
top: 0,
bottom: 0,
textAlign: "center",
whiteSpace: "normal",
touchAction: "none"
};
const MergeConflictSlotStyles = { display: "contents" };
function noopRender() {
return null;
}
//#endregion
export { GutterUtilitySlotStyles, MergeConflictSlotStyles, noopRender };
//# sourceMappingURL=constants.js.map