Skip to content

Commit 410d21e

Browse files
committed
chore: update fileExtension type
1 parent d0a0373 commit 410d21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export type PostHTMLComponents = {
6060
*
6161
* @default 'html'
6262
*/
63-
fileExtension?: string;
63+
fileExtension?: string|string[];
6464

6565
/**
6666
* Name of the tag that will be replaced with the content that is passed to the component.

0 commit comments

Comments
 (0)