diff --git a/src/index.ts b/src/index.ts index a4a3107..ef796d5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -11,6 +11,8 @@ import { } from 'unplugin' import { resolveOptions, type Options, type ReplaceItem } from './core/options' +export type { Options } + /** * The main unplugin instance. */