resources-a75141ea.js 391 B

1234567891011121314151617
  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 SLOTS = {
  7. menuActions: "menu-actions",
  8. menuTooltip: "menu-tooltip"
  9. };
  10. const TEXT = {
  11. more: "More"
  12. };
  13. const ICONS = {
  14. menu: "ellipsis"
  15. };
  16. export { ICONS as I, SLOTS as S, TEXT as T };