PATH:
home
/
lab2454c
/
carbonbullionexchange.com
/
wp-content
/
plugins
/
elementor
/
app
/
assets
/
js
/
ui
/
table
import { arrayToClassName } from 'elementor-app/utils/utils.js'; export default function TableBody( props ) { return ( <tbody className={ arrayToClassName( [ 'eps-table__body', props.className ] ) }> { props.children } </tbody> ); } TableBody.propTypes = { children: PropTypes.any.isRequired, className: PropTypes.string, };
[-] table-cell.js
[edit]
[+]
..
[-] table-context.js
[edit]
[-] table-row.js
[edit]
[-] table.js
[edit]
[-] table-checkbox.js
[edit]
[-] table-body.js
[edit]
[-] table.scss
[edit]
[-] table.head.js
[edit]