createLibrary
import { createLibrary } from "@alloy-js/java";
function createLibrary<const T extends LibraryDescriptor>(props: CreateLibraryProps<T>): LibraryRefkeys<T> & SymbolCreator;Parameters
Section titled “Parameters”| props |
|
Returns
Section titled “Returns”LibraryRefkeys<T> & SymbolCreator