UNPKG

@dabapps/roe

Version:

A collection of React components, styles, mixins, and atomic CSS classes to aid with the development of web applications.

6 lines (5 loc) 383 B
import * as React from 'react'; import { TableCellPropsBase, OptionalComponentPropAndHTMLAttributes } from '../../types'; export declare type TableCellProps = TableCellPropsBase & React.TdHTMLAttributes<HTMLTableCellElement> & OptionalComponentPropAndHTMLAttributes; declare const _default: React.MemoExoticComponent<(props: TableCellProps) => JSX.Element>; export default _default;