(exitState)
| 347 | return t14; |
| 348 | } |
| 349 | function _temp(exitState) { |
| 350 | return exitState.pending ? <Text>Press {exitState.keyName} again to exit</Text> : <Byline><KeyboardShortcutHint shortcut="Enter" action="confirm" /><KeyboardShortcutHint shortcut="Esc" action="cancel" /></Byline>; |
| 351 | } |
| 352 | type PrivacySettingsDialogProps = { |
| 353 | settings: AccountSettings; |
| 354 | domainExcluded?: boolean; |
nothing calls this directly
no outgoing calls
no test coverage detected