Skip to content

Commit

Permalink
fix: export more missing types (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredLunde authored Jul 30, 2022
1 parent 5e333ca commit cc785df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export type {
GetNodes,
} from "./file-tree";
export { Node } from "./node";
export type { NodeProps } from "./node";
export { SubjectMap, SubjectSet } from "./observable-data";
export * as pathFx from "./path-fx";
export { subject } from "./tree/subject";
Expand All @@ -42,6 +43,7 @@ export { useVirtualize } from "./use-virtualize";
export type {
UseVirtualizeConfig,
UseVirtualizeResult,
VirtualizeRenderProps,
} from "./use-virtualize";
export { useVisibleNodes } from "./use-visible-nodes";
export { mergeProps, retryWithBackoff } from "./utils";

0 comments on commit cc785df

Please sign in to comment.