All Downloads are FREE. Search and download functionalities are using the official Maven repository.

components.widgets.Table.cells.ButtonsCell.until.jsx Maven / Gradle / Ivy

The newest version!
import React, { PureComponent } from 'react'

import { id } from '../../../../../utils/id'

export const MODIFIERS = {
    preventOverflow: {
        boundariesElement: 'window',
    },
}

export const initUid = WrappedComponenet => class extends PureComponent {
    constructor(props) {
        super(props)
        this.uId = id()
    }

    render() {
        return 
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy