react-grid-resizable
Version:
React Grid Resizable Component
5 lines (4 loc) • 342 B
TypeScript
/// <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;
}>;