@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
21 lines (20 loc) • 491 B
TypeScript
declare const CLASS_PREFIX = "md-overlay-alert";
declare const DEFAULTS: {
/**
* Default <Overlay /> color prop.
*/
OVERLAY_COLOR: import("../Overlay").OverlayColor;
/**
* Default props for FocusScope, which will be passed to Overlay
*/
FOCUS_LOCK_PROPS: {
restoreFocus: boolean;
};
};
declare const STYLE: {
details: string;
title: string;
wrapper: string;
modalContainer: string;
};
export { CLASS_PREFIX, DEFAULTS, STYLE };