Skip to content

Commit

Permalink
chore: fix export
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Oct 3, 2024
1 parent fd80f85 commit 7723b89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import {
resolveTimeline,
getResolvedState,
applyKeyframeContent,
ResolveError,
} from '../index'
import { ResolveError } from '../resolver/lib/Error'
import { baseInstances } from '../resolver/lib/instance'
import { clone } from '../resolver/lib/lib'

Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import {
TimelineObject,
} from './api'
export * from './api'
export { ResolveError } from './resolver/lib/Error'

import { StateHandler } from './resolver/StateHandler'
import { ExpressionHandler } from './resolver/ExpressionHandler'
Expand Down

0 comments on commit 7723b89

Please sign in to comment.