UNPKG

@firecms/core

Version:

Awesome Firebase/Firestore-based headless open-source CMS

17 lines (16 loc) 576 B
export interface AIIconProps { size?: "smallest" | "small" | "medium" | "large"; className?: string; } /** * AI-styled AutoAwesome icon with gradient coloring. * Used consistently across AI features for visual identification. */ export declare function AIIcon({ size, className }: AIIconProps): import("react/jsx-runtime").JSX.Element; /** * Small animated dot indicator for AI-modified elements. * Shows a pulsing gradient dot. */ export declare function AIModifiedIndicator({ className }: { className?: string; }): import("react/jsx-runtime").JSX.Element;