@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
16 lines (15 loc) • 406 B
JavaScript
/*!
* 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 = {
actionGroupBottom: "action-group--bottom"
};
export const SLOTS = {
bottomActions: "bottom-actions",
expandTooltip: "expand-tooltip"
};
export const TEXT = {
expand: "Expand",
collapse: "Collapse"
};