@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
15 lines (14 loc) • 451 B
TypeScript
import { BoundaryType } from '../Popover/Popover.types';
export declare const DEFAULTS: {
readonly BOUNDARY: BoundaryType;
readonly COLOR: import("../ModalContainer").ModalContainerColor;
readonly IS_DESCRIPTION: false;
readonly OFFSET_DISTANCE: 5;
readonly OFFSET_SKIDDING: 0;
readonly PLACEMENT: string;
readonly STRATEGY: "absolute";
readonly VARIANT: "small";
};
export declare const STYLE: {
label: string;
};