How to use the radium.call function in radium

To help you get started, we’ve selected a few radium examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github frontend-collective / react-image-lightbox / bundle.js View on Github external
type: 'button',
                                    key: 'close',
                                    className: 'close',
                                    style: [Styles.toolbarItemChild, Styles.builtinButton, Styles.closeButton],
                                    onClick: !this.isAnimating() ? this.requestClose : noop // Ignore clicks during animation
                                })
                            )
                        )
                    )
                )
            )
        );
    }
});

module.exports = Radium.call(undefined, ReactImageLightbox);

},{"./Constant":1,"./Portal":2,"./Styles":3,"radium":undefined,"react":undefined}]},{},[]);