UNPKG

copper-ui

Version:

Modern React UI components library with TypeScript support, built on top of Ant Design

5 lines 278 B
/** Высота строки заголовка <th> (px) */ export declare const HEADER_ROW_HEIGHT = 40; /** Высота строки данных <td> (6px*2 + 20px line-height) */ export declare const DATA_ROW_HEIGHT = 32; //# sourceMappingURL=table-size-constants.d.ts.map