Access React Component Extensions on FC

How can I access React Component Extensions on a React function Component?
Thx

It can’t be used on a functional component, only with Class components. You can pass whatever data you need then via props to functional component

Thanks, I use useContext to get the props.