Skip to content

Commit

Permalink
updating index.ts file to use new interface name - GenerateVvAnchorVu…
Browse files Browse the repository at this point in the history
…eOptions
  • Loading branch information
oberocks committed Aug 28, 2023
1 parent e91ec9b commit fb6badb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// ./src/index.ts

// import types from lib files
import type { GenerateVvAnchorVue } from './generators/vv-anchor-vue.js'
import type { GenerateVvAnchorVueOptions } from './generators/vv-anchor-vue.js'

// export types from lib files
export type { GenerateVvAnchorVue }
export type { GenerateVvAnchorVueOptions }

// export imported lib methods as renamed defaults
export { default as generateVvAnchorVue } from './generators/vv-anchor-vue.js'

0 comments on commit fb6badb

Please sign in to comment.