mirror of
https://github.com/vale981/apheleia
synced 2025-03-05 09:31:40 -05:00

https://dprint.dev --------- Co-authored-by: Radon Rosborough <radon@intuitiveexplanations.com>
3 lines
130 B
JavaScript
3 lines
130 B
JavaScript
function HelloWorld({ greeting = "hello", greeted = "\"World\"", silent = false, onMouseOver }) {
|
|
if (!greeting) return null;
|
|
}
|