We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0f2e36 commit a919d2eCopy full SHA for a919d2e
packages/html/types/index.d.ts
@@ -25,4 +25,4 @@ export function makeHtmlAttributes(attributes: Record<string, string>): string;
25
* @param options - Plugin options.
26
* @returns Plugin instance.
27
*/
28
-export default function html(options: RollupHtmlOptions): Plugin;
+export default function html(options?: RollupHtmlOptions): Plugin;
0 commit comments