export * from './Diff'; import Diff, { DiffProps as TDiffProps } from './Diff'; export type DiffProps = TDiffProps; export default Diff;