UNPKG

wix-style-react

Version:
17 lines 519 B
import { baseUniDriverFactory } from '../test-utils/utils/unidriver'; export const skeletonLineDriverFactory = (base, body) => { return { ...baseUniDriverFactory(base, body), /** * Gets the width * @returns {Promise<string>} */ getWidth: () => base.attr('data-width'), /** * Gets the skin * @returns {Promise<string>} */ getSkin: () => base.attr('data-skin'), }; }; //# sourceMappingURL=SkeletonLine.uni.driver.js.map