Skip to content

Commit 35cb840

Browse files
committed
types: export frontmatter options types
1 parent 3eace12 commit 35cb840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,4 @@ function bindData(data: Record<string, any>) {
126126
export { stringifyFrontMatter, parseFrontMatter } from './frontmatter'
127127
export { default as micromarkExtension } from './micromark-extension'
128128
export { convertHtmlEntitiesToChars } from './utils'
129-
export type { RemarkMDCOptions }
129+
export type { RemarkMDCOptions, YamlParseOptions, YamlToStringOptions } from './types'

0 commit comments

Comments
 (0)