caplink-saas-ui-shared-component-library 0.3.12 → 0.3.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { MouseEvent, PropsWithChildren } from 'react';
|
|
2
2
|
|
|
3
3
|
import type * as Matrix from '../model/matrix';
|
|
4
|
+
export declare const COLUMN_STRING_LIMIT = 1200;
|
|
4
5
|
export declare const COLUMN_TITLE_CONTAINER_PADDING_X = 16;
|
|
5
6
|
export declare const COLUMN_TITLE_CONTAINER_GAP = 8;
|
|
6
7
|
export declare const COLUMN_TITLE_ICON_WIDTH = 16;
|