Sha256: 901bfb8e71339f0b108e093e53f530af511a37940b2d28fd117a8ad9680cadce
Contents?: true
Size: 488 Bytes
Versions: 4
Compression:
Stored size: 488 Bytes
Contents
import React from 'react'; export class ResizeSensor extends BaseComponent { static propTypes = {onResize: React.PropTypes.func.isRequired}; render() { return ( <Lanes.Vendor.ComponentResize {...this.props} embedCss={false} export className={_.classnames('lanes-resize-sensor', this.props.className)}> {this.props.children} </Lanes.Vendor.ComponentResize> ); } }
Version data entries
4 entries across 4 versions & 1 rubygems