KC's Workspace
    Preparing search index...
    interface PreRenderedChunk {
        exports: string[];
        facadeModuleId?: string;
        isDynamicEntry: boolean;
        isEntry: boolean;
        moduleIds: string[];
        name: string;
    }
    Index

    Properties

    exports: string[]
    facadeModuleId?: string
    isDynamicEntry: boolean
    isEntry: boolean
    moduleIds: string[]
    name: string