@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
36 lines (35 loc) • 750 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;
SHOULD_ITEM_FOCUS_BE_INSET: boolean;
INTERACTIVE: boolean;
FOCUS_CHILD: boolean;
ALLOW_TEXT_SELECTION: boolean;
};
declare const STYLE: {
wrapper: string;
contextMenuWrapper: 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;
};
export { DEFAULTS, KEYS, STYLE, SIZES, SHAPES };