UNPKG

@momentum-ui/react-collaboration

Version:

Cisco Momentum UI Framework for React Collaboration Applications

16 lines (15 loc) 336 B
declare const CLASS_PREFIX = "md-screen-reader-announcer"; declare const LEVELS: { ASSERTIVE: string; POLITE: string; }; declare const DEFAULTS: { IDENTITY: string; DELAY: number; LEVEL: string; TIMEOUT: number; }; declare const STYLE: { wrapper: string; }; export { CLASS_PREFIX, DEFAULTS, STYLE, LEVELS };