Prism API - v2.0.0-alpha.1
    Preparing search index...

    Interface ComponentRegistryOptions

    interface ComponentRegistryOptions {
        path: string;
        preload?: string[];
        prism: Prism;
    }
    Index
    path: string

    Path to the components

    preload?: string[]

    List of component ids to preload

    prism: Prism

    A reference to the Prism instance