UNPKG

react-grid-resizable

Version:
5 lines (4 loc) 342 B
/// <reference types="styled-components" /> export declare const Col: import("styled-components").StyledComponentClass<import("./Cell").CellProps, any, Pick<import("./Cell").CellProps, "left" | "right" | "disabled" | "top" | "bottom" | "style" | "children" | "onRef" | "className" | "initialWidth" | "initialHeight"> & { theme?: any; }>;