UNPKG

@atlaskit/table-tree

Version:

A table tree is an expandable table for showing nested hierarchies of information.

9 lines (8 loc) • 202 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = toItemId; function toItemId(id) { return "tabletreeitem-".concat(id).replace(/[^-_a-zA-Z0-9]/g, ''); }