UNPKG

grid-table

Version:

Custom react table based on typescript, grid and flex

5 lines (4 loc) 212 B
/// <reference types="react" /> import { HeaderProps } from '../ITable'; import './head.scss'; export default function Head<T>({ className, style, position, wrapperStyle, ...rest }: HeaderProps<T>): JSX.Element;