Skip to content

Commit

Permalink
chore: added normalizeVectorFlexibleParam to the module exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinoooo committed Jun 22, 2023
1 parent 53ea55a commit e3a47cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, unknown>
Expand All @@ -24,4 +24,4 @@ const plugin: TresPlugin = {

export default plugin

export { normalizeColor }
export { normalizeColor, normalizeVectorFlexibleParam }

0 comments on commit e3a47cb

Please sign in to comment.