All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.esm.helpers.constants.d.ts Maven / Gradle / Ivy

Go to download

This library provides a set of common React components for use with the PatternFly reference implementation.

The newest version!
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;
};
export declare const globalWidthBreakpoints: {
    sm: number;
    md: number;
    lg: number;
    xl: number;
    '2xl': number;
};
export declare const globalHeightBreakpoints: {
    sm: number;
    md: number;
    lg: number;
    xl: number;
    '2xl': number;
};
//# sourceMappingURL=constants.d.ts.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy