import type { JSX } from 'solid-js'; import type { HeadlessPropsWithRef, ValidConstructor } from '../../utils/dynamic-prop'; interface ButtonBaseProps { disabled?: boolean; } export type ButtonProps = HeadlessPropsWithRef; /** * Button behaviour on any element. On a real `