export interface SharedProps { /** Ex. "my-special-class" */ classNames?: string /** Ex. { target: "_blank", "data-test": "lorem ipsum" } */ attributes?: Record }