Used for type inference for a NativeIcon identity in case a context type isn't directly typed as NativeIcon.
NativeIcon
let type: string;type = TypedNativeIcon("bing"); Copy
let type: string;type = TypedNativeIcon("bing");
Used for type inference for a
NativeIconidentity in case a context type isn't directly typed asNativeIcon.