@patternfly/react-core
Version:
This library provides a set of common React components for use with the PatternFly reference implementation.
37 lines • 763 B
TypeScript
export declare const KEY_CODES: {
ARROW_UP: number;
ARROW_DOWN: number;
ESCAPE_KEY: number;
TAB: number;
ENTER: number;
SPACE: number;
};
export declare const SIDE: {
RIGHT: string;
LEFT: string;
BOTH: string;
NONE: string;
};
export declare const KEYHANDLER_DIRECTION: {
UP: string;
DOWN: string;
RIGHT: string;
LEFT: string;
};
export declare enum ValidatedOptions {
success = "success",
error = "error",
warning = "warning",
default = "default"
}
export declare const KeyTypes: {
Tab: string;
Space: string;
Escape: string;
Enter: string;
ArrowUp: string;
ArrowDown: string;
ArrowLeft: string;
ArrowRight: string;
};
//# sourceMappingURL=constants.d.ts.map