UNPKG

grid-table

Version:

Custom react table based on typescript, grid and flex

5 lines (4 loc) 197 B
/// <reference types="react" /> import { SpinnerWrapperProps } from '../../ITable'; import './spinnerWrapper.scss'; export default function SpinnerWrapper(props: SpinnerWrapperProps): JSX.Element;