@tapie-kr/inspire-react
Version:
React Component Collection for INSPIRE
21 lines (17 loc) • 568 B
JavaScript
/* 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
*/
;
var jsxRuntime = require('react/jsx-runtime');
var body_css = require('../styles/body.css.js');
function TableBodyRow(props){return jsxRuntime.jsx("tr",{className:body_css.row,children:props.children})}
exports.TableBodyRow = TableBodyRow;