// 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:
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.
await
Application
.
getInstallReferrerAsync
(
)
;
`;
exports[`APISectionUtils.CommentTextBlock component no comment 1`] = ``;
exports[`APISectionUtils.resolveTypeName Promise 1`] = `
`;
exports[`APISectionUtils.resolveTypeName Promise with custom type 1`] = `
`;
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`] = `
`;
exports[`APISectionUtils.resolveTypeName custom type array 1`] = `
`;
exports[`APISectionUtils.resolveTypeName custom type non-linkable array 1`] = `
T[]
`;
exports[`APISectionUtils.resolveTypeName custom type with single pick 1`] = `
`;
exports[`APISectionUtils.resolveTypeName function 1`] = `
`;
exports[`APISectionUtils.resolveTypeName function with arguments 1`] = `
`;
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`] = `
`;
exports[`APISectionUtils.resolveTypeName generic type in Promise 1`] = `
`;
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`] = `
`;
exports[`APISectionUtils.resolveTypeName union 1`] = `
`;
exports[`APISectionUtils.resolveTypeName union of array values 1`] = `
`;
exports[`APISectionUtils.resolveTypeName union with array 1`] = `
number[]
|
null
`;
exports[`APISectionUtils.resolveTypeName union with custom type and array 1`] = `
`;
exports[`APISectionUtils.resolveTypeName void 1`] = `
void
`;