import type TableCell from "./TableCell.js"; export default function TableCellTemplate(this: TableCell) { return ( <> { this._popin ? <>
: } ); }