mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 22:45:45 +01:00
Move redundant prop to type
This commit is contained in:
@@ -9,14 +9,12 @@ import Tag from "../Tag";
|
||||
import Icon from "../Icon";
|
||||
import { Change, ChangeEvent, DiffObjectProps, File, Hunk as HunkType } from "./DiffTypes";
|
||||
import TokenizedDiffView from "./TokenizedDiffView";
|
||||
import { DefaultCollapsed } from "./defaultCollapsed";
|
||||
|
||||
const EMPTY_ANNOTATION_FACTORY = {};
|
||||
|
||||
type Props = DiffObjectProps &
|
||||
WithTranslation & {
|
||||
file: File;
|
||||
defaultCollapse?: DefaultCollapsed;
|
||||
};
|
||||
|
||||
type Collapsible = {
|
||||
|
||||
Reference in New Issue
Block a user