function HelloWorld({ greeting = "hello", greeted = '"World"', silent = false, onMouseOver, }) { if (!greeting) { return null; } }