UNPKG

@wix/design-system

Version:

@wix/design-system

11 lines 604 B
import type { UniDriver } from '@wix/unidriver-core'; export declare const wixDesignSystemProviderDriverFactory: (base: UniDriver) => { exists: () => Promise<boolean>; element: () => Promise<any>; /** * @deprecated This method is deprecated and will be removed in the next major release. It's always true now, since old branding doesn't exist anymore. */ isNewColorsBrandingEnabled: () => Promise<boolean>; }; export type WixDesignSystemProviderUniDriver = ReturnType<typeof wixDesignSystemProviderDriverFactory>; //# sourceMappingURL=WixDesignSystemProvider.uni.driver.d.ts.map