12345678910111213141516 |
- /*!
- * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
- * See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
- * v1.0.0-beta.97
- */
- const CSS = {
- heading: "heading",
- container: "container",
- indented: "container--indented"
- };
- const SLOTS = {
- parentItem: "parent-item"
- };
- const HEADING_LEVEL = 3;
- export { CSS as C, HEADING_LEVEL as H, SLOTS as S };
|