@visactor/vrender
Version:
```typescript import { xxx } from '@visactor/vrender'; ```
19 lines (10 loc) • 401 B
JavaScript
import { Direction } from "@visactor/vrender-core";
export const version = "1.1.4";
export * from "@visactor/vrender-core";
export * from "@visactor/vrender-kits";
export * from "@visactor/vrender-animate";
export * from "@visactor/vrender-components";
export * from "./entries";
export { createStage } from "./legacy";
export { State } from "@visactor/vrender-animate";
export { Direction };