wix-style-react
Version:
wix-style-react
12 lines • 403 B
TypeScript
export default rangeInputWithLabelCompositeDriverFactory;
declare 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