import { JSX } from "solid-js"; export type DivProps = JSX.HTMLAttributes; export type ElementProps = JSX.HTMLAttributes;