/** @packageDocumentation * @module Tree */ /** * Different tree component IDs that are assigned to those components as `data-testid` attribute * to help locate them in tests. * * @internal */ export declare enum TreeComponentTestId { Node = "tree-node", NodeContents = "tree-node-contents", NodeExpansionToggle = "tree-node-expansion-toggle", NodeCheckbox = "tree-node-checkbox" } //# sourceMappingURL=TreeComponentTestId.d.ts.map