Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

what is the type of children prop

type Props = {
  title: string;
  children?: React.ReactNode;
};
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #type #children #prop
ADD COMMENT
Topic
Name
3+4 =