UNPKG

@antv/f6-plugin

Version:
12 lines (11 loc) 293 B
export default function createLogicer(option: any): { goLeftPercent: (percent: any) => void; goRightPercent: (percent: any) => void; goNext: () => void; goPrev: () => void; player: { play(): void; stop(): void; setSpeed(speed: any): void; }; };