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