/** * Morph techniques. * * Individual morphing implementations that can be used * standalone or composed through useMorph. * * @module primitives/waapi/Morph/techniques */ export { useFLIPClipPath } from './useFLIPClipPath'; export { useCSSGridMorph } from './useCSSGridMorph'; export { useViewTransitions } from './useViewTransitions'; //# sourceMappingURL=index.d.ts.map