resources.js 404 B

123456789101112
  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. export const CSS = {
  7. handleLabel: "handle__label",
  8. handleLabelMinValue: "handle__label--minValue",
  9. handleLabelValue: "handle__label--value",
  10. tickMin: "tick__label--min",
  11. tickMax: "tick__label--max"
  12. };