add button component

This commit is contained in:
João Geonizeli
2021-08-28 10:27:38 -03:00
parent c9785f8f57
commit 0b78ef504d
8 changed files with 56 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
import type { ChangeEvent } from "react";
import React from "react";
export type Props = React.DetailedHTMLProps<
type Props = React.DetailedHTMLProps<
React.InputHTMLAttributes<HTMLInputElement>,
HTMLInputElement
>;