resources-9a59d78c.js 408 B

123456789101112131415161718
  1. /*!
  2. * All material copyright ESRI, All Rights Reserved, unless otherwise specified.
  3. * See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details.
  4. * v1.0.0-beta.97
  5. */
  6. const CSS = {
  7. menu: "menu",
  8. defaultTrigger: "default-trigger"
  9. };
  10. const SLOTS = {
  11. tooltip: "tooltip",
  12. trigger: "trigger"
  13. };
  14. const ICONS = {
  15. menu: "ellipsis"
  16. };
  17. export { CSS as C, ICONS as I, SLOTS as S };