@carbon/ibm-security
Version:
Carbon for Cloud & Cognitive IBM Security UI components
14 lines (11 loc) • 598 B
JavaScript
/**
* @file Set of constant values used in Data Table related components.
* @copyright IBM Security 2019
*/
import { getComponentNamespace } from '../../globals/namespace';
/** @type {string} Namespace string for class naming of data tables */
export var namespace = getComponentNamespace('data-table');
/** @type {string} Class name given to table wrapper element. */
export var tableWrapperNamespace = "".concat(namespace, "__table-wrapper");
/** @type {string} Class name given to the overflow menu table cell. */
export var overflowCellNamespace = "".concat(namespace, "__overflow-cell");