+
+ {
+ props?.direction === 'horizontal' ? (
+
+ {children ?? content}
+
+ ) : (children ?? content)
+ }
+
+
+);
+
+export const ScrollViewForRefTest = ({
+ testRefAttrName,
+ testRefAttrValue,
+ ...props
+} : ScrollViewForRefTestProps) => {
+ const ref = useRef