UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

13 lines (10 loc) 237 B
import {toBeDisabled} from './props'; declare global { // eslint-disable-next-line @typescript-eslint/no-namespace namespace jest { interface Matchers<R> { toBeDisabled(): void; } } } expect.extend({toBeDisabled});