UNPKG

@stripe/ui-extension-sdk

Version:

The suite of functionality available to UI extensions in Stripe apps

6 lines (5 loc) 203 B
import type { Node } from '@remote-ui/testing'; export declare function toContainText<Props>(this: jest.MatcherUtils, node: Node<Props>, text: string): { pass: boolean; message: () => string; };