UNPKG

aura-glass

Version:

A comprehensive glassmorphism design system for React applications with 142+ production-ready components

17 lines 490 B
export declare const zSpaceLayers: { background: number; content: number; overlay: number; modal: number; tooltip: number; }; export declare const getZSpaceLayer: (layer: keyof typeof zSpaceLayers) => number; export declare const ZLayer: { readonly Background: number; readonly Content: number; readonly Overlay: number; readonly Modal: number; readonly Tooltip: number; }; export type ZLayerType = typeof ZLayer; //# sourceMappingURL=zspace.d.ts.map