styled-components
Version:
Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅
11 lines (8 loc) • 332 B
JavaScript
;
exports.__esModule = true;
exports.default = isTag;
var babelPluginFlowReactPropTypes_proptype_Target = require('../types').babelPluginFlowReactPropTypes_proptype_Target || require('prop-types').any;
function isTag(target) /* : %checks */{
return typeof target === 'string';
}
module.exports = exports['default'];