UNPKG

@wordpress/components

Version:
28 lines 929 B
export declare const DEFAULT_GRADIENT = "linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%)"; export declare const DEFAULT_LINEAR_GRADIENT_ANGLE = 180; export declare const HORIZONTAL_GRADIENT_ORIENTATION: { readonly type: "angular"; readonly value: "90"; }; export declare const GRADIENT_OPTIONS: ({ value: string; label: import("@wordpress/i18n/build-types/types").TranslatableText<"Linear">; } | { value: string; label: import("@wordpress/i18n/build-types/types").TranslatableText<"Radial">; })[]; export declare const DIRECTIONAL_ORIENTATION_ANGLE_MAP: { top: number; 'top right': number; 'right top': number; right: number; 'right bottom': number; 'bottom right': number; bottom: number; 'bottom left': number; 'left bottom': number; left: number; 'top left': number; 'left top': number; }; //# sourceMappingURL=constants.d.ts.map