UNPKG

@bottledbrains/ui

Version:

A React UI library based on Tailwind CSS

7 lines (6 loc) 178 B
import { FC } from "react"; import { CommonProps } from "../../types"; export interface CardProps extends CommonProps { } declare const Card: FC<CardProps>; export default Card;