index.ts 243 B

123456789101112
  1. export {
  2. ColorDiff,
  3. ColorFile,
  4. getSyntaxTheme,
  5. getNativeModule,
  6. } from '../../src/native-ts/color-diff/index.ts'
  7. export type {
  8. ColorDiffClass,
  9. ColorFileClass,
  10. Hunk,
  11. SyntaxTheme,
  12. } from '../../src/native-ts/color-diff/index.ts'