UNPKG

zally-web-ui

Version:
4 lines (3 loc) 80 B
export function If (props) { return (props.test() ? props.children : null); }