UNPKG

@svta/common-media-library

Version:
10 lines 250 B
import type { TypedResult } from '../utils/TypedResult.js'; /** * WebVTT transform stream style result. * * @group WebVTT * * @beta */ export type WebVttStyleResult = TypedResult<'style', string>; //# sourceMappingURL=WebVttStyleResult.d.ts.map