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) 182 B
import { ReactNode } from 'react'; export declare function getClonedSlides(children: ReactNode[], getKey: (child: ReactNode, index: number, suffix?: string) => string): ReactNode[];