UNPKG

@react-ui-org/react-ui

Version:

React UI is a themeable UI library for React apps.

4 lines (3 loc) 143 B
export const isChildrenEmpty = (children) => children == null || children === false || (Array.isArray(children) && children.length === 0);