mirror of
https://ghproxy.net/https://github.com/elementor/one-click-accessibility.git
synced 2026-07-22 12:27:13 +08:00
7 lines
205 B
JavaScript
7 lines
205 B
JavaScript
export const HELP_LINK = 'https://go.elementor.com/';
|
|
export const UPGRADE_LINK = 'https://go.elementor.com/';
|
|
|
|
export const SKELETON_OPTIONS = Object.freeze({
|
|
SPEED: 2,
|
|
FOREGROUND_COLOR: '#D9D9D9',
|
|
});
|