mirror of
https://github.com/idrainformatica/PecFlow.git
synced 2026-06-17 05:05:44 +02:00
fase 5
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
export { createTailwindMerge } from './lib/create-tailwind-merge'
|
||||
export { getDefaultConfig } from './lib/default-config'
|
||||
export { extendTailwindMerge } from './lib/extend-tailwind-merge'
|
||||
export { fromTheme } from './lib/from-theme'
|
||||
export { mergeConfigs } from './lib/merge-configs'
|
||||
export { twJoin, type ClassNameValue } from './lib/tw-join'
|
||||
export { twMerge } from './lib/tw-merge'
|
||||
export {
|
||||
type ClassValidator,
|
||||
type Config,
|
||||
type ConfigExtension,
|
||||
type DefaultClassGroupIds,
|
||||
type DefaultThemeGroupIds,
|
||||
type ExperimentalParseClassNameParam,
|
||||
type ExperimentalParsedClassName,
|
||||
} from './lib/types'
|
||||
export * as validators from './lib/validators'
|
||||
Reference in New Issue
Block a user