Skip to content

Commit

Permalink
fix: export types used in props
Browse files Browse the repository at this point in the history
  • Loading branch information
oBusk authored and otakustay committed Feb 24, 2023
1 parent 309a800 commit 62aabb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export {useChangeSelect, useMinCollapsedLines, useSourceExpansion, useTokenizeWo
export type {DiffProps, DiffType} from './Diff';
export type {HunkProps} from './Hunk';
export type {DecorationProps} from './Decoration';
export type {EventMap, HunkTokens, GutterType, ViewType, RenderToken, RenderGutter} from './context'
export type {ChangeData, FileData, HunkData, ParseOptions, Source} from './utils';
export type {Pair, RangeTokenNode, TextNode, TokenNode, TokenPath, TokenizeEnhancer, TokenizeOptions} from './tokenize';
export type {
Expand Down

0 comments on commit 62aabb6

Please sign in to comment.