UNPKG

react-grid-resizable

Version:
5 lines (4 loc) 218 B
/// <reference types="react" /> import { GridWrapperProps } from './GridWrapper'; import { CellProps } from '../CellWrapper/Cell'; export declare const ColsWrapper: (props: GridWrapperProps<CellProps>) => JSX.Element;