@likecoin/epub-ts
    Preparing search index...

    Interface StoreEvents

    Handles saving and requesting files from local storage

    This should be the name of the application for modals

    interface StoreEvents {
        offline: [Store];
        online: [Store];
        [key: string]: any[];
    }

    Hierarchy

    • Record<string, any[]>
      • StoreEvents

    Indexable

    • [key: string]: any[]
    Index

    Properties

    Properties

    offline: [Store]
    online: [Store]