instantcode
Version:
AI-powered web inspection tool - Pick elements and get instant AI assistance
14 lines (13 loc) • 386 B
TypeScript
/**
* CSS styles for the inspector toolbar
* Organized by component and animation types
*/
export declare const ANIMATION_CONFIG: {
readonly DURATIONS: {
readonly GRADIENT_SHIFT: "7.3s";
readonly GLOWING_AURA: "9.7s";
readonly ROTATE_MIST: "13.5s";
readonly BLINK_EYE: "5s";
};
};
export declare const TOOLBAR_STYLES: import("lit").CSSResult;