/** * Allowed target values for link buttons. */ export type VegaButtonLinkTarget = '_self' | '_blank';