rollup-plugin-data-qa
Version:
[](https://www.npmjs.com/package/rollup-plugin-data-qa) [](https://github.com/semantic-releas
16 lines (15 loc) • 551 B
TypeScript
import { FormatType, InjectDataQaOptions, InjectDataQaParams, InjectDataQaPlugin, PluginTransformContext } from "./types.js";
//#region src/index.d.ts
declare const injectDataQa: ({
format,
include,
exclude,
childOverrideParent,
options: {
disabledReactFunctionComponent,
disabledStyledComponent,
styledComponentNames
}
}?: InjectDataQaParams) => InjectDataQaPlugin;
//#endregion
export { type FormatType, type InjectDataQaOptions, type InjectDataQaParams, type InjectDataQaPlugin, type PluginTransformContext, injectDataQa };