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

    Interface ThemeEntry

    interface ThemeEntry {
        injected?: boolean;
        rules?: Record<string, Record<string, string>>;
        serialized?: string;
        url?: string;
    }
    Index

    Properties

    injected?: boolean
    rules?: Record<string, Record<string, string>>
    serialized?: string
    url?: string