import { PropsWithChildren } from 'react'; import './InnerDatatable.css'; export function InnerDatatable({ children }: PropsWithChildren) { return
{children}
; }