UNPKG

@visactor/vrender-core

Version:

```typescript import { xxx } from '@visactor/vrender-core'; ```

8 lines (7 loc) 557 B
export { WILDCARD } from './constant'; export { CustomEvent, FederatedEvent, FederatedMouseEvent, FederatedPointerEvent, FederatedWheelEvent } from './federated-event'; export { AttributeUpdateType, Direction, IContainPointMode, UpdateTag } from '../common/enums'; export { AnimateMode } from '../interface/animation/animate'; export { AnimateStatus, AnimateStepType } from '../interface/animation/type'; export { STATUS } from '../interface/animation/ticker'; export type { EasingType, EasingTypeFunc, EasingTypeStr } from '../interface/animation/easing';