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

    Interface ProgressElement

    interface ProgressElement {
        style: { width: string };
        classList: { toggle(token: string, force: boolean): void };
    }
    Index

    Properties

    Properties

    style: { width: string }
    classList: { toggle(token: string, force: boolean): void }