/** * Public types for SDK consumers * * This file re-exports only the public types intended for SDK users. * Internal types are co-located with their implementations. */ export type { EasingFunction, SplitType, RepeatConfig, StaggerVars, AnimationVars, MaskPadding, PathConfig, FitConfig, CharsetPreset, FlapConfig, AnimationConfig, AnimationEntry, ObjectTarget, AnimationTarget, TargetInput, MarkerConfig, HoverConfig, ClickConfig, ScrollConfig, MouseMoveConfig, PageExitConfig, GestureInputType, GestureEvent, GestureAction, GestureConfig, CursorStateVars, CursorSqueezeConfig, CursorConfig, } from './index';