Skip to content

Commit

Permalink
fix(cycle): export presets
Browse files Browse the repository at this point in the history
  • Loading branch information
snickbit committed Jul 17, 2023
1 parent 53fa092 commit 6c3b610
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cycle/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,5 @@ export function cycle(prefix?: Preset): Cycle
export function cycle<T = any>(itemsOrPreset?: Preset | T[]): Cycle<T> {
return new Cycle<T>(itemsOrPreset as any)
}

export * as presets from './presets'

0 comments on commit 6c3b610

Please sign in to comment.