UNPKG

@nodert-win10/windows.ui.xaml.resources

Version:

Use the Windows.UI.Xaml.Resources UWP API directly from Node.js

14 lines (7 loc) 286 B
declare module "windows.ui.xaml.resources" { export class CustomXamlResourceLoader { static current: CustomXamlResourceLoader; constructor(); getResource(resourceId: String, objectType: String, propertyName: String, propertyType: String): Object; } }