@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
18 lines (17 loc) • 377 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 TEXT = {
intlClose: "Close"
};
export const DURATIONS = {
slow: 14000,
medium: 10000,
fast: 6000
};
export const SLOTS = {
title: "title",
message: "message",
link: "link"
};