Searched refs:supportedProps (Results 1 – 3 of 3) sorted by relevance
66 const supportedProps = pickProps(props); constant67 supportedProps.style = style;68 const platformMethodsRef = usePlatformMethods(supportedProps);70 supportedProps.ref = setRef;71 return createElement(__element, supportedProps);
1 …supportedProps = pickProps(props);\n supportedProps.style = style;\n\n const platformMethods…
97 const supportedProps = pickProps(props);98 supportedProps.style = style;100 const platformMethodsRef = usePlatformMethods(supportedProps);103 supportedProps.ref = setRef;105 return createElement(__element, supportedProps);