UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

13 lines (12 loc) 410 B
/*! * All material copyright ESRI, All Rights Reserved, unless otherwise specified. * See https://github.com/Esri/calcite-components/blob/master/LICENSE.md for details. */ export const CSS = { container: "split-button__container", dividerContainer: "split-button__divider-container", divider: "split-button__divider", widthAuto: "width-auto", widthHalf: "width-half", widthFull: "width-full" };