UNPKG

hy-masonry

Version:

Animated Masonry Layout as Web Component - Living organisms that morph and breathe

10 lines 679 B
import './styles/hy-masonry.css'; export { HyMasonry } from './components/hy-masonry'; export { AnimationEngine } from './utils/animation-engine'; export { MorphingManager } from './utils/morphing-manager'; export { InteractionHandler } from './utils/interaction-handler'; export { SizeCalculator } from './utils/size-calculator'; export type { MasonryConfig, MasonryItem, LayoutInfo, BreakpointConfig, Breakpoint, AnimationFunction, MorphingState, MasonryEvent, CustomEventMap, AnimationOptions, SizeDimensions, CalculatedDimensions, ThemeConfig } from './types'; import { HyMasonry } from './components/hy-masonry'; export default HyMasonry; //# sourceMappingURL=index.d.ts.map