UI/UX: Adiciona campo opcional para colagem manual de transcrição no VideoMind
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import { type RawNode } from '../index.js';
|
||||
import { type ObservedArray, YTNode } from '../helpers.js';
|
||||
export default class CarouselHeader extends YTNode {
|
||||
static type: string;
|
||||
contents: ObservedArray<YTNode>;
|
||||
constructor(data: RawNode);
|
||||
}
|
||||
Reference in New Issue
Block a user