/** * @fileoverview Video Recorder plugin exports * @module plugins/video-recorder */ export { PluginVideoRecorder, default } from './index'; export type { PluginVideoRecorderConfig, VideoRecorderAPI, VideoRecorderOptions, VideoFormat, RecordingMetadata, } from './types';