UNPKG

@tapie-kr/inspire-react

Version:

React Component Collection for INSPIRE

21 lines (18 loc) 676 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 */ import { jsx } from 'react/jsx-runtime'; import { cellContent } from '../styles/base.css.js'; import { cell } from '../styles/body.css.js'; import { Box } from '../../../miscellaneous/layout/Box/index.js'; function TableBodyCell(props){return jsx("td",{className:cell,children:jsx(Box,{className:cellContent,children:props.children})})} export { TableBodyCell };