@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
37 lines (36 loc) • 829 B
TypeScript
declare const SIZES: {
32: number;
40: number;
50: number;
70: number;
};
declare const SHAPES: {
rectangle: string;
isPilled: string;
};
declare const DEFAULTS: {
SIZE: (shape: string) => number;
IS_DISABLED: boolean;
IS_PADDED: boolean;
SHAPE: string;
ROLE: string;
INTERACTIVE: boolean;
};
declare const STYLE: {
wrapper: string;
contextMenuWrapper: string;
content: string;
group: string;
};
declare const KEYS: {
TAB_KEY: string;
ENTER_KEY: string;
SPACE_KEY: string;
LEFT_KEY: string;
UP_KEY: string;
RIGHT_KEY: string;
DOWN_KEY: string;
};
declare const NODE_ID_DATA_NAME = "nodeid";
declare const NODE_ID_ATTRIBUTE_NAME = "data-nodeid";
export { DEFAULTS, KEYS, STYLE, SIZES, SHAPES, NODE_ID_DATA_NAME, NODE_ID_ATTRIBUTE_NAME };