@carbon/ibm-products-web-components
Version:
Carbon for IBM Products Web Components
16 lines (15 loc) • 514 B
TypeScript
/**
*
* Copyright IBM Corp. 2024, 2024
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
declare const prefix = "c4p";
declare const carbonPrefix = "cds";
/**
* A selector selecting tabbable nodes.
* Borrowed from `carbon-angular`. tabbable === focusable.
*/
declare const selectorTabbable = "\n c4p-side-nav-link,\n c4p-side-nav-menu,\n c4p-side-nav-menu-item\n";
export { prefix, carbonPrefix, selectorTabbable };