Skip to content

Commit

Permalink
fix: Add missing TypeScript exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidnioulz committed Nov 5, 2024
1 parent c1fe29b commit 7c56d9f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
export * from './utils/tag'
export { defaultConfig } from './defaultConfig'

export type { Badge, BadgeOrBadgeFn } from './types/Badge'
export type { Display } from './types/DisplayOption'
export type { TagBadgeParameters } from './types/TagBadgeParameters'
export type { TagPattern, TagPatterns } from './types/TagPattern'

0 comments on commit 7c56d9f

Please sign in to comment.