KC's Workspace
    Preparing search index...
    interface PreRenderedChunk {
        exports: string[];
        facadeModuleId: string | null;
        isDynamicEntry: boolean;
        isEntry: boolean;
        isImplicitEntry: boolean;
        moduleIds: string[];
        name: string;
        type: "chunk";
    }
    Index

    Properties

    exports: string[]
    facadeModuleId: string | null
    isDynamicEntry: boolean
    isEntry: boolean
    isImplicitEntry: boolean
    moduleIds: string[]
    name: string
    type: "chunk"