UNPKG

@svta/common-media-library

Version:
11 lines 315 B
import type { TypedResult } from '../utils/TypedResult.js'; import type { WebVttRegion } from './WebVttRegion.js'; /** * WebVTT transform stream region result. * * @group WebVTT * * @beta */ export type WebVttRegionResult = TypedResult<'region', WebVttRegion>; //# sourceMappingURL=WebVttRegionResult.d.ts.map