Files
SCM-Manager/scm-ui-components/packages/ui-components/src/repos/index.js
2019-02-27 11:56:50 +01:00

21 lines
375 B
JavaScript

// @flow
import * as diffs from "./diffs";
export { diffs };
export * from "./changesets";
export { default as Diff } from "./Diff";
export { default as LoadingDiff } from "./LoadingDiff";
export type {
File,
FileChangeType,
Hunk,
Change,
BaseContext,
AnnotationFactory,
AnnotationFactoryContext,
DiffEventHandler,
DiffEventContext
} from "./DiffTypes";