@esri/calcite-components
Version:
Web Components for Esri's Calcite Design System.
23 lines (22 loc) • 510 B
TypeScript
export declare const CSS: {
characterLimit: string;
content: string;
container: string;
footer: string;
resizeDisabled: string;
resizeDisabledX: string;
resizeDisabledY: string;
characterOverLimit: string;
readOnly: string;
textAreaInvalid: string;
footerSlotted: string;
borderColor: string;
hide: string;
blockSizeFull: string;
footerEndSlotOnly: string;
};
export declare const SLOTS: {
footerStart: string;
footerEnd: string;
};
export declare const RESIZE_TIMEOUT = 100;