@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
17 lines (16 loc) • 307 B
JavaScript
export const TEXT = {
close: "Close"
};
export const SLOTS = {
title: "title",
message: "message",
link: "link",
actionsEnd: "actions-end"
};
export const CSS = {
actionsEnd: "actions-end",
close: "notice-close",
container: "container",
content: "notice-content",
icon: "notice-icon"
};