UNPKG

basscode-extrude

Version:

A compact, elegant 3D extruded UI component library for React with TypeScript support

7 lines (6 loc) 264 B
export { Button } from './Button/Button'; export type { ButtonProps } from './Button/Button'; export { Card } from './Card/Card'; export type { CardProps } from './Card/Card'; export { Input } from './Input/Input'; export type { InputProps } from './Input/Input';