@suluk/nano-stores - v0.1.3
    Preparing search index...

    Interface ProgressBarOptions

    interface ProgressBarOptions {
        el?: ProgressElement | null;
    }
    Index

    Properties

    Properties

    el?: ProgressElement | null

    element to paint (its style.width = value% and toggles .active while 0<v<1).