UNPKG

@tapie-kr/inspire-react

Version:

React Component Collection for INSPIRE

23 lines (19 loc) 692 B
/* eslint-disable */ /* * INSPIRE : Creative Kit * React Component Collection for INSPIRE * * This file is generated automatically. Do not modify it manually * Generated at : 2025. 3. 4. 오후 6:18:13 * @tapie-kr/inspire-react version: 0.2.15 * * (c) 2025 TAPIE. All rights reserved. * MIT License */ 'use strict'; var jsxRuntime = require('react/jsx-runtime'); var body_css = require('../styles/body.css.js'); var cell = require('./cell.js'); var row = require('./row.js'); function TableBody(props){return jsxRuntime.jsx("tbody",{className:body_css.body,children:props.children})}TableBody.Row=row.TableBodyRow;TableBody.Cell=cell.TableBodyCell; exports.TableBody = TableBody;