UNPKG

@wix/design-system

Version:

@wix/design-system

8 lines 343 B
export const wixDesignSystemProviderDriverFactory = (base) => { return { exists: async () => base.exists(), element: async () => base.getNative(), isNewColorsBrandingEnabled: async () => (await base.attr('data-newcolorsbranding')) === 'true', }; }; //# sourceMappingURL=WixDesignSystemProvider.uni.driver.js.map