Mercurial > hg > ugly-duckling
view src/app/playhead/PlayHeadHelpers.ts @ 484:ae96db60f25c
Move extraction toggle button back to right edge.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Mon, 03 Jul 2017 20:32:51 +0100 |
parents | 7b099900f049 |
children |
line wrap: on
line source
/** * Created by lucast on 23/05/2017. */ export type TimePixelMapper = (timeSeconds: number) => number; export type OnSeekHandler = (timeSeconds: number) => void;