UNPKG

@a1rman/ui

Version:

A simple UI components library with Tailwind CSS and TypeScript.

5 lines (4 loc) 146 B
import { FC } from 'react'; import { ButtonProps } from './interfaces/buttonProps'; declare const Button: FC<ButtonProps>; export default Button;