Skip to content

Commit a919d2e

Browse files
fix(html): function signature of html updated (#975)
Co-authored-by: Jim <[email protected]>
1 parent b0f2e36 commit a919d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/html/types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ export function makeHtmlAttributes(attributes: Record<string, string>): string;
2525
* @param options - Plugin options.
2626
* @returns Plugin instance.
2727
*/
28-
export default function html(options: RollupHtmlOptions): Plugin;
28+
export default function html(options?: RollupHtmlOptions): Plugin;

0 commit comments

Comments
 (0)