UNPKG

aura-glass

Version:

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

7 lines 240 B
/** * Motion primitive exports */ export { MotionFramer as Motion } from './MotionFramer'; export type { MotionProps, AnimationPreset, AnimationEasing } from './MotionFramer'; export * from './presets'; //# sourceMappingURL=index.d.ts.map