@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
34 lines (33 loc) • 766 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;
close: string;
container: string;
containerBottom: string;
containerBottomEnd: string;
containerBottomStart: string;
containerActive: string;
containerTop: string;
containerTopEnd: string;
containerTopStart: string;
content: string;
contentContainer: string;
dismissProgress: string;
footer: string;
icon: string;
containerEmbedded: string;
queueCount: string;
queueCountActive: string;
textContainer: string;
focused: string;
};