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) 147 B
import { FC } from 'react'; type PlusProps = { className?: string; title?: string; }; export declare const Plus: FC<PlusProps>; export {};