UNPKG

@visactor/vrender

Version:

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

11 lines (10 loc) 401 B
import { Direction } from '@visactor/vrender-core'; export declare 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 };