/** * @license * * Copyright IBM Corp. 2019, 2020 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. */ import { Component } from 'react'; interface ComponentProps { /** * `true` if the button should be disabled. */ disabled?: boolean; /** * The default file name, used if this button is rendered as ``. */ download?: string; /** * Link `href`. If present, this button is rendered as ``. */ href?: string; /** * The language of what `href` points to, if this button is rendered as ``. */ hreflang?: string; /** * URLs to ping, if this button is rendered as ``. */ ping?: string; /** * The link type, if this button is rendered as ``. */ rel?: string; /** * The link target, if this button is rendered as ``. */ target?: string; /** * The default behavior if the button is rendered as `