Skip to content

Commit

Permalink
export DirectoryOptions interface
Browse files Browse the repository at this point in the history
  • Loading branch information
souporserious committed Jan 27, 2025
1 parent 2af679d commit 38a8ae1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/swift-cameras-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'renoun': patch
---

Exports `DirectoryOptions` interface.
2 changes: 1 addition & 1 deletion packages/renoun/src/file-system/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ export type IncludedEntry<
: FileSystemEntry<Types>

/** The options for a `Directory`. */
interface DirectoryOptions<
export interface DirectoryOptions<
Types extends InferModuleLoadersTypes<Loaders> = any,
LoaderTypes extends Types = any,
Loaders extends ModuleLoaders = ModuleLoaders,
Expand Down

0 comments on commit 38a8ae1

Please sign in to comment.