stk-table-vue 0.6.9 → 0.6.10

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.
@@ -25,3 +25,5 @@ export declare const DEFAULT_SMOOTH_SCROLL: boolean;
25
25
  export declare const STK_ID_PREFIX = "stk";
26
26
  /** expanded row key prefix */
27
27
  export declare const EXPANDED_ROW_KEY_PREFIX = "expanded-";
28
+ /** cell key 的分隔符 */
29
+ export declare const CELL_KEY_SEPARATE = "--";