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