UNPKG

238 BTypeScriptView Raw
1/**
2 * @description video 菜单 panel tab 配置
3 * @author tonghan
4 */
5import Editor from '../../editor/index';
6import { PanelConf } from '../menu-constructors/Panel';
7export default function (editor: Editor, video: string): PanelConf;