Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

react native children type

export const Button: React.FC<{
  children?: React.ReactNode
}> = ({ children }) => {
	return ();
}
 
PREVIOUS NEXT
Tagged: #react #native #children #type
ADD COMMENT
Topic
Name
8+8 =