Repository URL to install this package:
|
Version:
1.2.13 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
function isStyledComponent(target) {
return (
// $FlowFixMe TODO: flow for styledComponentId
typeof target === 'function' && typeof target.styledComponentId === 'string');
}
exports.default = isStyledComponent;
//# sourceMappingURL=isStyledComponent.js.map