UNPKG

@visulima/packem

Version:

A fast and modern bundler for Node.js and TypeScript.

9 lines (8 loc) 282 B
import type { Pail } from "@visulima/pail"; import type { Plugin } from "rollup"; export type JSXRemoveAttributesPlugin = { attributes: string[]; }; export declare const jsxRemoveAttributes: ({ attributes, logger }: JSXRemoveAttributesPlugin & { logger: Pail; }) => Plugin;