mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Export WithShortcut
This commit is contained in:
parent
1495fdf311
commit
fea4f17107
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
<script context="module" lang="typescript">
|
||||
import IconButton from "components/IconButton.svelte";
|
||||
import LabelButton from "components/LabelButton.svelte";
|
||||
import WithShortcut from "components/WithShortcut.svelte";
|
||||
import WithContext from "components/WithContext.svelte";
|
||||
import WithState from "components/WithState.svelte";
|
||||
|
||||
|
@ -14,6 +15,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
export const components = {
|
||||
IconButton,
|
||||
LabelButton,
|
||||
WithShortcut,
|
||||
WithContext,
|
||||
WithState,
|
||||
contextKeys: { ...contextKeys, ...editorContextKeys },
|
||||
|
|
Loading…
Reference in a new issue