UNPKG

@nile-ui/nile-ui

Version:

Modern and beautiful looking component designs

4 lines (3 loc) 167 B
import React from 'react'; import { TableCellProps } from './types'; export default function Cell({ children, as, ...otherProps }: TableCellProps): React.JSX.Element;