Skip to content

Instantly share code, notes, and snippets.

@sethdavis512
Created September 11, 2024 19:07
Show Gist options
  • Save sethdavis512/8e198079bb4317c952b323a57ca97dfe to your computer and use it in GitHub Desktop.
Save sethdavis512/8e198079bb4317c952b323a57ca97dfe to your computer and use it in GitHub Desktop.
import { ButtonHTMLAttributes, ReactNode } from "react";
interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement> {
children: ReactNode;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment