Files
Imhotep/packages/imhotep-state/src/index.ts
T

12 lines
446 B
TypeScript
Raw Normal View History

// imhotep-state — State snapshot system for Imhotep
//
// Materializes geometry snapshots for UI states (default, hover, focus,
// focus-visible, active) and supports transition sampling for animation
// assertions. All backend dependencies are injected via adapter interfaces.
export * from './snapshots.js'
export * from './states.js'
export * from './transitions.js'
export * from './materializer.js'
export * from './supported-matrix.js'