export { default as VideoEditor } from "./VideoEditor.vue"; export { default as Timeline } from "./Timeline.vue"; export type { Project, ProjectOutput, MediaSource, Track, Clip, Keyframe, Ms, Theme, AspectRatio, EditorApi, TimelineOptions, Locale, PlaybackEngine, PlaybackEngineFactory, PlaybackEngineOptions, CanvasCompositorEngineOptions, EffectiveTransform, } from "@aicut/core"; export { createEmptyProject, createId, DEFAULT_OUTPUT_DIMS, defaultOutputForAspect, localeEn, localeZh, HtmlVideoEngine, htmlVideoEngineFactory, CanvasCompositorEngine, canvasCompositorEngineFactory, TRACK_HEIGHT, RULER_HEIGHT, HEADER_WIDTH, setTimelineMetrics, IDENTITY_TRANSFORM, isIdentityTransform, getEffectiveTransform, getTransformAtTimelineTime, } from "@aicut/core"; //# sourceMappingURL=index.d.ts.map