Skip to content

Commit

Permalink
fix: missing type export
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Aug 29, 2023
1 parent f2ab775 commit abe4b4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
findImplicitComponent,
} from './payload/helpers.js';
import { Payload } from './payload/index.js';
import { BaseProvider } from './provider/base.js';
import { BaseProvider, ProviderFile } from './provider/base.js';
import { FakeProvider } from './provider/fake.js';
import { FSProvider, FSProviderOptions } from './provider/fs.js';
import { register, registeredRules, registeredTech } from './register.js';
Expand All @@ -40,6 +40,7 @@ export {
FSProvider,
FSProviderOptions,
Payload,
ProviderFile,
Rule,
RuleDependency,
RuleWithFile,
Expand Down

0 comments on commit abe4b4a

Please sign in to comment.