@momentum-ui/react-collaboration
Version:
Cisco Momentum UI Framework for React Collaboration Applications
44 lines (43 loc) • 950 B
TypeScript
declare const DEFAULTS: {
WIDTH: string;
PLACEHOLDER: string;
NO_RESULT_TEXT: string;
SHOULD_FILTER_ON_ARROW_BUTTON: boolean;
ERROR: boolean;
SELECTEDKEY: string;
DISABLEDKEYS: any[];
};
declare const STYLE: {
description: string;
label: string;
wrapper: string;
inputSection: string;
input: string;
divider: string;
button: string;
arrowIcon: string;
selectionPosition: string;
selectionContainer: string;
selection: string;
noResultText: string;
};
declare const KEYS: {
INPUT_SEARCH_NO_RESULT: string;
};
declare const ELEMENT: {
PROPS: {
SELECTION_CONTAINER_MAX_HEIGHT: number;
};
};
declare const EVENT: {
KEY: {
KEYCODE: {
ESCAPE: string;
ENTER: string;
TAB: string;
ARROW_DOWN: string;
ARROW_UP: string;
};
};
};
export { STYLE, DEFAULTS, KEYS, ELEMENT, EVENT };