@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
18 lines (17 loc) • 311 B
TypeScript
export declare const DURATIONS: {
slow: number;
medium: number;
fast: number;
};
export declare const SLOTS: {
actionsEnd: string;
title: string;
message: string;
link: string;
};
export declare const CSS: {
actionsEnd: string;
container: string;
close: string;
slottedInShell: string;
};