Unwraps multiple exports from a UMD library using varargs Works with any type of export: components, utilities, objects, functions, etc.
The library object (e.g., antd, XLSX, ApexCharts)
Export names to unwrap (e.g., 'Button', 'utils', 'writeFile')
Object with export names as keys and unwrapped values as values
Unwraps multiple exports from a UMD library using varargs Works with any type of export: components, utilities, objects, functions, etc.