UNPKG

@tiiqu/ui

Version:

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

8 lines (7 loc) 153 B
import { FC } from 'react'; type CancelProps = { className?: string; title?: string; }; export declare const Cancel: FC<CancelProps>; export {};