signal-desktop/ts/components/ShortcutGuide.md

8 lines
207 B
Markdown
Raw Normal View History

2019-11-07 21:36:16 +00:00
```jsx
<util.ConversationContext theme={util.theme}>
<div style={{ position: 'relative', height: '500px', width: '600px; }}>
<ShortcutGuide i18n={util.i18n} />
</div>
</util.ConversationContext>
```