import type { ButtonHTMLAttributes, HTMLAttributes } from 'react'; export type DivProps = HTMLAttributes; export type ButtonProps = ButtonHTMLAttributes; export type SpanProps = HTMLAttributes;