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.

17 lines 393 B
import { isBrowser } from '../../internal/env'; export const STATIC_PROPS = { __staticProp: true, container: isBrowser ? window : null, parent: false, class: false, axis: 'y', draggable: true, autoHide: true, resizeDebounce: 50, }; export const MUTABLE_PROPS = { __mutableProp: true, minSize: 50, autoSize: true, }; //# sourceMappingURL=props.js.map