Member Junction
    Preparing search index...

    Variable unwrapAllComponentsConst

    unwrapAllComponents: (library: any, debug?: boolean) => Record<string, any> = unwrapAllLibraryComponents

    Type Declaration

      • (library: any, debug?: boolean): Record<string, any>
      • Auto-detects and unwraps all components from a library Uses PascalCase detection to identify likely component exports

        Parameters

        • library: any

          The library object

        • debug: boolean = false

          Whether to log debug information

        Returns Record<string, any>

        Object with all detected components