UNPKG

@helldoc/core

Version:
13 lines (12 loc) 278 B
import { Compiler } from "webpack"; import { Tag } from "../../types"; interface HeadPluginOptions { tags: Tag[]; } declare const _default: { new ({ tags }: HeadPluginOptions): { tags: Tag[]; apply(compiler: Compiler): void; }; }; export = _default;