UNPKG

@findnlink/neuro-ui

Version:
7 lines (6 loc) 240 B
import { HTMLAttributes, ReactNode } from 'react'; import { UtilInterface } from '../../util/interfaces'; export interface ButtonProps extends HTMLAttributes<HTMLButtonElement>, UtilInterface { children: ReactNode; href?: string; }