import { DocSourceItem } from '.' export const thirdPartyComponents: DocSourceItem[] = [ { type: 'component', name: 'videoCurTime', displayName: '视频内显示时间', fullRelativePath: '../../registry/dist/components/video/player/localtime.js', fullAbsolutePath: 'registry/dist/components/video/player/localtime.js', owner: 'FoundTheWOUT', }, ] export const thirdPartyPlugins: DocSourceItem[] = [ ]