UNPKG

@clive-cudi/geist-ui

Version:

Modern and minimalist React UI library.

5 lines (4 loc) 155 B
import Button from "./button"; export type { ButtonProps } from "./button"; export type { ButtonTypes } from "../utils/prop-types"; export default Button;