Skip to content

Commit

Permalink
fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Jul 12, 2023
1 parent a067e03 commit 1e03942
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/appliers/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

export { Applier } from './applier'
export { StandardApplier } from './list/standard'
export { TransitionApplier, Props as TransitionApplierProps } from './list/transition'
export type { Props as TransitionApplierProps } from './list/transition'
export { TransitionApplier } from './list/transition'

0 comments on commit 1e03942

Please sign in to comment.