resources.js 428 B

12345678910111213
  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. container: "split-button__container",
  8. dividerContainer: "split-button__divider-container",
  9. divider: "split-button__divider",
  10. widthAuto: "width-auto",
  11. widthHalf: "width-half",
  12. widthFull: "width-full"
  13. };