UNPKG

@hanzo/ui

Version:

Multi-framework UI library with React, Vue, Svelte, and React Native support. Based on shadcn/ui with comprehensive framework coverage.

8 lines (5 loc) 244 B
import { ClassValue } from 'clsx'; declare function cn(...inputs: ClassValue[]): string; declare function formatDate(input: string | number): string; declare function absoluteUrl(path: string): string; export { absoluteUrl, cn, formatDate };