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 • 317 B
TypeScript
import { TRequiredProps } from '../../internal/requiredProps';
import { ITimelineMutableProps, ITimelineStaticProps } from './types';
export declare const STATIC_PROPS: TRequiredProps<ITimelineStaticProps>;
export declare const MUTABLE_PROPS: TRequiredProps<ITimelineMutableProps>;
//# sourceMappingURL=props.d.ts.map