@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
23 lines (22 loc) • 527 B
TypeScript
export declare const CSS: {
backButton: string;
};
export declare const ICONS: {
readonly backLeft: "chevron-left";
readonly backRight: "chevron-right";
};
export declare const SLOTS: {
actionBar: string;
alerts: string;
contentTop: string;
contentBottom: string;
headerActionsStart: string;
headerActionsEnd: string;
headerMenuActions: string;
headerContent: string;
fab: string;
footer: string;
footerActions: string;
footerEnd: string;
footerStart: string;
};