@wix/design-system
Version:
@wix/design-system
11 lines • 344 B
TypeScript
export function rangeInputWithLabelCompositeDriverFactory({ element }: {
element: any;
}): {
exists: () => boolean;
getLabel: () => any;
hasLabel: () => boolean;
hasInputs: () => boolean;
getAttr: (attrName: any) => any;
getNumberOfChildren: () => any;
};
//# sourceMappingURL=RangeWithLabelComposite.driver.d.ts.map