Skip to content

Commit

Permalink
fix: enums export
Browse files Browse the repository at this point in the history
  • Loading branch information
Efcolipt committed Jun 10, 2023
1 parent 7f715f0 commit 9891173
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ export function install(app: App) {
app.component("VueSlickCarousel", VueSlickCarousel);
}

export type {
export {
ListSlickEvents,
ListSlickMethods,
} from './carousel.types'

export type {
SlickBreakpoint,
SlickDirection,
SlickEvents,
Expand Down

0 comments on commit 9891173

Please sign in to comment.