/** * Webpack plugin entry point * @module @domscribe/transform/plugins/webpack */ export { DomscribeWebpackPlugin } from './webpack.plugin.js'; export type { WebpackPluginOptions } from './types.js'; //# sourceMappingURL=index.d.ts.map