diff --git a/src/index.ts b/src/index.ts index 4946e5da5..17b1ac055 100644 --- a/src/index.ts +++ b/src/index.ts @@ -5,7 +5,7 @@ export * from './core/catalogue' export * from './components' export * from './types' -import { normalizeColor } from './utils/normalize' +import { normalizeColor, normalizeVectorFlexibleParam } from './utils/normalize' export interface TresOptions { extends?: Record @@ -24,4 +24,4 @@ const plugin: TresPlugin = { export default plugin -export { normalizeColor } +export { normalizeColor, normalizeVectorFlexibleParam }