UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

3 lines (2 loc) 131 B
import { type ClassNameValue } from "tailwind-merge-v3"; export declare function twMerge(...classLists: ClassNameValue[]): string;