UNPKG

styled-hook-form

Version:

React form library for styled-components based on grommet and react-hook-form

8 lines (7 loc) 223 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WrapIf = void 0; const WrapIf = ({ iff, children }) => { return iff ? children : children.props.children; }; exports.WrapIf = WrapIf;