UNPKG

tailwindcss-3d

Version:

Add 3D transforms to your TailwindCSS project

13 lines (12 loc) 466 B
import { type PluginUtils, type ResolvableTo } from 'tailwindcss/types/config'; import { type KeyValuePair } from '@/common'; declare module '@/css-animations' { interface CSSAnimation { defaultTheme?: ResolvableTo<KeyValuePair<string, any>>; keyframes: (pluginUtilities: PluginUtils) => void; animation: (pluginUtilities: PluginUtils) => void; } } export * from './bounce'; export * from './bounce-and-spin'; export * from './spin';