/** * Defines the possible animation origins for the animation components (animate-clip-path, * animate-translate, animate-scale...). */ export type AnimationOrigin = 'top' | 'bottom' | 'top-to-bottom' | 'bottom-to-top' | 'left' | 'right' | 'left-to-right' | 'right-to-left'; //# sourceMappingURL=types.d.ts.map