UNPKG

nplayer

Version:

powerful danmaku video player

8 lines (6 loc) 164 B
import { $ } from 'src/ts/utils'; import { ControlItem } from '..'; export const spacerControlItem = (): ControlItem => ({ id: 'spacer', el: $('.spacer'), });