UNPKG

grid-table

Version:

Custom react table based on typescript, grid and flex

5 lines (4 loc) 222 B
/// <reference types="react" /> import './button.scss'; import { HoverButtonProps, ExternalTProps } from '../ITable'; export default function TableButton<T extends ExternalTProps>(props: HoverButtonProps<T>): JSX.Element;