/** * [WHO]: Public exports for the DotmSquare3 motion component. * [FROM]: registry/motion/dotm-square-3. * [TO]: src/components/index.ts public package barrel. * [HERE]: src/components/motion/DotmSquare3/index.tsx — published wrapper for the registry source. * * [PROTOCOL]: * 1. Keep this P3 header in sync when the public contract changes. * 2. Update module AGENTS.md (P2) and root AGENTS.md (P1) when boundaries change. * 3. Follow design tokens and explicit type exports. */ export { DotmSquare3, spiralInwardNormFromIndex, spiralInwardOrderValue, } from '../../../../registry/motion/dotm-square-3'; export type { DotmSquare3DotShape, DotmSquare3Pattern, DotmSquare3Phase, DotmSquare3Props, } from '../../../../registry/motion/dotm-square-3';