UNPKG

@td-design/react-native

Version:

react-native UI组件库

9 lines 392 B
/// <reference types="react" /> import { ColumnProps } from './type'; export declare const ColumnContext: import("react").Context<{ columns: ColumnProps[]; cellWidth: number; }>; export declare function computeWidth(cellWidth: number, width?: number): {}; export declare function computeCellWidth(wrapWidth: number, columns: ColumnProps[]): number; //# sourceMappingURL=utils.d.ts.map