import {StripeElementType} from '../elements-group'; export type StripeElementBase = { /** * The `element.mount` method attaches your [Element](https://stripe.com/docs/js/element) to the DOM. * `element.mount` accepts either a CSS Selector (e.g., `'#card-element'`) or a DOM element. * * You need to create a container DOM element to mount an `Element`. * If the container DOM element has a label, the `Element` is automatically focused when its label is clicked. * There are two ways to do this: * * 1. Mount the instance within a `