Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

prop type of react component

type OscarProp = {
  children: React.ReactNode;
};
Source by reactjs.org #
 
PREVIOUS NEXT
Tagged: #prop #type #react #component
ADD COMMENT
Topic
Name
6+9 =