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