From 1a959c6700bf82975fd52ac32ec1012b3e2e1b5b Mon Sep 17 00:00:00 2001 From: Ffloriel Date: Fri, 26 Nov 2021 13:23:43 +0000 Subject: [PATCH] feat: export all types #780 --- packages/purgecss/src/index.ts | 1 + 1 file changed, 1 insertion(+) 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 = {