From 70b258c0fd68cceecadfe4cbdd5e3229c330c252 Mon Sep 17 00:00:00 2001 From: Dany Castillo <31006608+dcastil@users.noreply.github.com> Date: Sat, 21 Dec 2024 21:34:59 +0100 Subject: [PATCH] add ConfigExtension to types exported from package --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index b9873ab..688d950 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,6 +8,7 @@ export { twMerge } from './lib/tw-merge' export { type ClassValidator, type Config, + type ConfigExtension, type DefaultClassGroupIds, type DefaultThemeGroupIds, type ExperimentalParseClassNameParam,