UNPKG

stream-hooks

Version:

<div align="center"> <a aria-label="NPM version" href="https://twitter.com/dimitrikennedy"> <img alt="stream-hooks" src="https://img.shields.io/twitter/follow/dimitrikennedy?style=social&labelColor=000000"> </a> <a aria-label="GH Issues" href="h

7 lines (4 loc) 175 B
import { ClassValue } from 'clsx'; declare function cn(...inputs: ClassValue[]): string; declare function generateBrowserUUID(): string; export { cn, generateBrowserUUID };