import type { ButtonProps } from "./Button"; import { Button } from "./Button"; import { IconButton } from "./IconButton"; export const ButtonPrimary = (props: ButtonProps) => (