--- import { objectOmit } from '@dzeio/object-util' import type ButtonProps from './Props' export interface Props extends ButtonProps {} const classes = [ "button", {outline: Astro.props.outline}, {ghost: Astro.props.ghost}, Astro.props.class ] --- {'href' in Astro.props && ( ) || ( )}