UNPKG

vevet

Version:

Vevet is a JavaScript library for creative development that simplifies crafting rich interactions like split text animations, carousels, marquees, preloading, and more.

6 lines 353 B
import { TRequiredProps } from '../../internal/requiredProps'; import { ISnapMutableProps, ISnapStaticProps } from './types'; export declare const STATIC_PROPS: TRequiredProps<ISnapStaticProps>; export declare const MUTABLE_PROPS: TRequiredProps<ISnapMutableProps>; export declare const LERP_APPROXIMATION = 0.000001; //# sourceMappingURL=props.d.ts.map