@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
19 lines (18 loc) • 694 B
TypeScript
export declare const SLOTS: {
readonly contentBottom: "content-bottom";
readonly contentTop: "content-top";
};
export declare const CSS: {
readonly inputContainer: "input-container";
readonly input: "input";
readonly contentContainer: "content-container";
readonly contentAnimation: "content-animation";
readonly content: "content";
readonly contentHidden: "content--hidden";
readonly floatingUIContainer: "floating-ui-container";
readonly floatingUIContainerActive: "floating-ui-container--active";
readonly screenReadersOnly: "screen-readers-only";
};
export declare const IDS: {
readonly validationMessage: "autocompleteValidationMessage";
};