aura-glass
Version:
A comprehensive glassmorphism design system for React applications with 142+ production-ready components
16 lines • 1.03 kB
TypeScript
interface GlassA11yProps {
className?: string;
showDashboard?: boolean;
onConfigChange?: (config: any) => void;
enableTesting?: boolean;
position?: "fixed" | "relative";
"aria-label"?: string;
"data-testid"?: string;
}
export declare function GlassA11y({ className, showDashboard, onConfigChange, enableTesting, position, "aria-label": ariaLabel, "data-testid": dataTestId, }: GlassA11yProps): import("react/jsx-runtime").JSX.Element | null;
export declare function GlassHighContrast({ config, updateConfig, isHighContrast, }: any): import("react/jsx-runtime").JSX.Element;
export declare function GlassMotionControls({ config, updateConfig, isMotionReduced, }: any): import("react/jsx-runtime").JSX.Element;
export declare function GlassScreenReader({ config, updateConfig }: any): import("react/jsx-runtime").JSX.Element;
export declare function GlassKeyboardNav({ config, updateConfig }: any): import("react/jsx-runtime").JSX.Element;
export default GlassA11y;
//# sourceMappingURL=GlassA11y.d.ts.map