import { Base } from '../../utils/common/common.interface'; import { ButtonType, HtmlType } from './ontario-button.types'; export interface Button extends Base { /** * The type of button to render. * * If no type is passed, it will default to 'secondary'. */ type: ButtonType; /** * The native HTML button type the button should use. * * If no `htmlType` is passed, it will default to `'button'`. * This prop only affects the component when it renders as a native `