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