diff --git a/packages/purgecss/src/index.ts b/packages/purgecss/src/index.ts index e28b2755..63b19e63 100644 --- a/packages/purgecss/src/index.ts +++ b/packages/purgecss/src/index.ts @@ -34,6 +34,7 @@ import { matchAll } from "./utils"; import VariablesStructure from "./VariablesStructure"; export { defaultOptions } from "./options"; +export * from './types'; export { PurgeCSS }; const asyncFs = {