Skip to content

LibraryFrom

export type LibraryFrom<T> = { [K in keyof T]: ResolveDescriptor<T[K]>; } & LibrarySymbolReference;