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