Skip to content

Commit

Permalink
Fix typo in type name
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed May 30, 2023
1 parent fe7d04c commit c8ca343
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions dev/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
export type {BackLabelTemplate, Options} from './lib/html.js'

export {gfmFootnote} from './lib/syntax.js'
export {gfmFootnoteHtml, defaultBackLabel} from './lib/html.js'
export {
gfmFootnoteHtml,
defaultBackLabel,
type BackLabelTemplate,
type Options as HtmlOptions
} from './lib/html.js'

declare module 'micromark-util-types' {
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
Expand Down

0 comments on commit c8ca343

Please sign in to comment.