//#region src/plugin-options.d.ts type ReactIconsSpritePluginOptions = { /** * Optional directory inside the bundler output where the sprite asset should be emitted. */ outputDir?: string; }; //#endregion export { ReactIconsSpritePluginOptions as t };