UNPKG

@tenoxui/preset-tailwind

Version:

Minimal tailwindcss preset for tenoxui

4 lines (3 loc) 185 B
import type { CSSPropertyOrVariable } from '@tenoxui/types'; export declare function toKebab(str: CSSPropertyOrVariable): string; export declare function nakKebab(str: string): string;