wix-style-react
Version:
wix-style-react
10 lines (8 loc) • 312 B
JavaScript
// This is in a separate file than the AutoExampleWrapper because it is consumed by e2e test which is Node code not browser code.
export function createAutoExampleProps(autoExampleProps) {
// We might add here also dark background
var rtl = autoExampleProps.rtl;
return {
autoExample__rtl: rtl
};
}