@moritzbrantner/charts - v0.1.1
    Preparing search index...

    Type Alias ChartPlaybackState

    type ChartPlaybackState = {
        playing: boolean;
        progress: number;
    }
    Index

    Properties

    Properties

    playing: boolean
    progress: number