Skip to content

Commit

Permalink
🏷️ (vue) Fix exported types in vue component
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Feb 3, 2022
1 parent d77d8d4 commit f2741e6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion packages/vue/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const plugin: Plugin = {

export { Giscus, plugin }

export type {
import type {
GiscusProps,
BooleanString,
InputPosition,
Expand All @@ -17,3 +17,14 @@ export type {
Theme,
Lang
} from '@shared/types'

export type {
GiscusProps,
BooleanString,
InputPosition,
Session,
Repo,
Mapping,
Theme,
Lang
}

0 comments on commit f2741e6

Please sign in to comment.