UNPKG

@zalando/zally-web-ui

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