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

    Interface LayoutEvents

    Figures out the CSS values to apply for a layout

    interface LayoutEvents {
        updated: [LayoutProps, Partial<LayoutProps>];
        [key: string]: any[];
    }

    Hierarchy

    • Record<string, any[]>
      • LayoutEvents

    Indexable

    • [key: string]: any[]
    Index

    Properties

    Properties

    updated: [LayoutProps, Partial<LayoutProps>]