UNPKG

@tenoxui/preset-tailwind

Version:

Minimal tailwindcss preset for tenoxui

8 lines (7 loc) 257 B
/** * Note : * While you still can use animation-*, there are no animation by default without - * additional default style from tailwind. */ import type { Property } from '@tenoxui/moxie'; export declare const transition: (sizing?: number) => Property;