@wix/design-system
Version:
@wix/design-system
13 lines • 476 B
TypeScript
export function adaptiveHeadingDriverFactory(base: any): {
/** Get short version of text */
getShortText: () => Promise<any>;
/** Get long version of text */
getText: () => Promise<any>;
/** Get tagName */
getAppearance: () => Promise<any>;
exists: () => Promise<boolean>;
element: () => Promise<any>;
click: () => Promise<void>;
base: import("@wix/unidriver-core").UniDriver;
};
//# sourceMappingURL=AdaptiveHeading.uni.driver.d.ts.map