mirror of
https://github.com/vale981/apheleia
synced 2025-03-06 01:51:41 -05:00
4 lines
130 B
JavaScript
4 lines
130 B
JavaScript
function HelloWorld({greeting = "hello", greeted = '"World"', silent = false, onMouseOver,}) {
|
|
|
|
if(!greeting){return null};
|
|
}
|