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.

5 lines 305 B
import { TRequiredProps } from '../../internal/requiredProps'; import { ISwipeMutableProps, ISwipeStaticProps } from './types'; export declare const STATIC_PROPS: TRequiredProps<ISwipeStaticProps>; export declare const MUTABLE_PROPS: TRequiredProps<ISwipeMutableProps>; //# sourceMappingURL=props.d.ts.map