@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
19 lines (18 loc) • 394 B
JavaScript
/*! All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://github.com/Esri/calcite-design-system/blob/dev/LICENSE.md for details.
v3.3.0-next.10 */
const SLOTS = {
menuActions: "menu-actions",
menuTooltip: "menu-tooltip"
};
const ICONS = {
menu: "ellipsis"
};
const CSS = {
container: "container"
};
export {
CSS as C,
ICONS as I,
SLOTS as S
};