UNPKG

@nvq/flowtoken

Version:

Animated React components for streaming text and markdown with GitHub theme syntax highlighting (forked from flowtoken)

9 lines (8 loc) 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cn = cn; const clsx_1 = require("clsx"); const tailwind_merge_1 = require("tailwind-merge"); function cn(...inputs) { return (0, tailwind_merge_1.twMerge)((0, clsx_1.clsx)(inputs)); }