UNPKG

@tiiqu/ui

Version:

A customizable, accessible, and developer-friendly React UI component library powered by Tailwind CSS, TypeScript, and Vite

3 lines (2 loc) 145 B
import { ReactNode } from 'react'; export declare function useSlideKeyGenerator(): (child: ReactNode, index: number, suffix?: string) => string;