// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`APISectionUtils.CommentTextBlock component basic comment 1`] = `

This is the basic comment.

`; exports[`APISectionUtils.CommentTextBlock component comment with example 1`] = `
Only for:  
Android

Gets the referrer URL of the installed app with the Install Referrer API from the Google Play Store. In practice, the referrer URL may not be a complete, absolute URL.

Example

    
      
        
          await
        
         
        
          Application
        
        
          .
        
        
          getInstallReferrerAsync
        
        
          (
        
        
          )
        
        
          ;
        
        

        
          // "utm_source=google-play&utm_medium=organic"
        
        

      
    
`; exports[`APISectionUtils.CommentTextBlock component no comment 1`] = `
`; exports[`APISectionUtils.resolveTypeName Promise 1`] = `
Promise < void >
`; exports[`APISectionUtils.resolveTypeName Promise with custom type 1`] = `
Promise < AppleAuthenticationCredential >
`; exports[`APISectionUtils.resolveTypeName Record 1`] = `
Record < string , any >
`; exports[`APISectionUtils.resolveTypeName Record with union 1`] = `
Record < string , number | boolean | string >
`; exports[`APISectionUtils.resolveTypeName alternative generic object notation 1`] = `
{ [column]: any }
`; exports[`APISectionUtils.resolveTypeName custom type 1`] = `
SpeechSynthesisEvent
`; exports[`APISectionUtils.resolveTypeName custom type array 1`] = `
AppleAuthenticationScope []
`; exports[`APISectionUtils.resolveTypeName custom type non-linkable array 1`] = `
T[]
`; exports[`APISectionUtils.resolveTypeName custom type with single pick 1`] = `
Pick < FontResource , 'display' >
`; exports[`APISectionUtils.resolveTypeName function 1`] = `
() => void | SpeechEventCallback
`; exports[`APISectionUtils.resolveTypeName function with arguments 1`] = `
( error : Error ) => void | SpeechEventCallback
`; exports[`APISectionUtils.resolveTypeName function with non-linkable custom type 1`] = `
( error : Error ) => void
`; exports[`APISectionUtils.resolveTypeName generic type 1`] = `
string
`; exports[`APISectionUtils.resolveTypeName generic type 2`] = `
PagedInfo < Asset >
`; exports[`APISectionUtils.resolveTypeName generic type in Promise 1`] = `
Promise < PagedInfo < Asset > >
`; exports[`APISectionUtils.resolveTypeName object reflection 1`] = `
{ target: number , value: boolean }
`; exports[`APISectionUtils.resolveTypeName props with multiple omits 1`] = `
StyleProp < Omit < ViewStyle , 'backgroundColor' | 'borderRadius' > >
`; exports[`APISectionUtils.resolveTypeName query type 1`] = `
React.ComponentProps < View >
`; exports[`APISectionUtils.resolveTypeName tuple type 1`] = `
[ SortByKey , boolean ]
`; exports[`APISectionUtils.resolveTypeName union 1`] = `
SpeechEventCallback | null
`; exports[`APISectionUtils.resolveTypeName union of array values 1`] = `
( ResultSetError | ResultSet ) []
`; exports[`APISectionUtils.resolveTypeName union with array 1`] = `
number[] | null
`; exports[`APISectionUtils.resolveTypeName union with custom type and array 1`] = `
AssetRef [] | AssetRef
`; exports[`APISectionUtils.resolveTypeName void 1`] = `
void
`;