このページの見出しMaybeMaybe(props, context?): null | ReactElement<any, any> 条件式がtrueになった場合のみ子要素を出力するコンポーネント Example <Maybe test={someCondition}> <span>hello!</span></Maybe> Parameters NameTypepropsPropsWithChildren<{ test?: null | boolean }>context?any Returns null | ReactElement<any, any>