Skip to content

Commit 88b354b

Browse files
committed
Merge branch 'issue-737'
2 parents 71f9cdc + 3fa8a7e commit 88b354b

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.changeset/honest-zoos-tap.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'typedoc-plugin-frontmatter': patch
3+
---
4+
5+
- Export PluginOptions for external use (#737).

packages/typedoc-plugin-frontmatter/src/index.ts

+2
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,5 @@ export function load(app: MarkdownApplication) {
6767
},
6868
);
6969
}
70+
71+
export { PluginOptions } from './types/options.js';

0 commit comments

Comments
 (0)