@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
25 lines (24 loc) • 425 B
TypeScript
export declare const CSS: {
title: string;
header: string;
footer: string;
scrim: string;
back: string;
close: string;
secondary: string;
primary: string;
overflowHidden: string;
};
export declare const ICONS: {
close: string;
};
export declare const SLOTS: {
content: string;
header: string;
back: string;
secondary: string;
primary: string;
};
export declare const TEXT: {
close: string;
};