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) 393 B
import * as React from 'react'; import { TableCellPropsBase, OptionalComponentPropAndHTMLAttributes } from '../../types'; export declare type TableHeaderProps = TableCellPropsBase & React.ThHTMLAttributes<HTMLTableHeaderCellElement> & OptionalComponentPropAndHTMLAttributes; declare const _default: React.MemoExoticComponent<(props: TableHeaderProps) => JSX.Element>; export default _default;