// Reexport your entry components here export { default as HoverTilt } from './components/HoverTilt.svelte'; // Export types export type { SpringOpts, StrictSpringOptions, ExitSpringOptions, HoverTiltProps, XY, ElementBox, PointerPosition, PointerDerivatives, NormalizedInput } from './types/index.js';