@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
20 lines (19 loc) • 496 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 = {
container: "container",
content: "content",
contentHeader: "content__header",
contentBody: "content__body",
contentDetached: "content--detached",
separator: "separator"
};
export const SLOTS = {
actionBar: "action-bar",
header: "header"
};
export const TEXT = {
resize: "Resize"
};