UNPKG

grid-table

Version:

Custom react table based on typescript, grid and flex

5 lines (4 loc) 206 B
/// <reference types="react" /> import { HeadWrapperProps } from '../../ITable'; import './headWrapper.scss'; export default function RenderHeads({ children, style }: HeadWrapperProps): JSX.Element | null;