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

components.widgets.Table.cells.EditableCell.VIew.tsx Maven / Gradle / Ivy

The newest version!
import classNames from 'classnames'
import React, { FC, HTMLAttributes } from 'react'

type ViewProps = Pick, 'onClick' | 'className'>

export const View: FC = ({ children, className, onClick }) => (
    
{children}
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy