mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -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">
|
<script context="module" lang="typescript">
|
||||||
import IconButton from "components/IconButton.svelte";
|
import IconButton from "components/IconButton.svelte";
|
||||||
import LabelButton from "components/LabelButton.svelte";
|
import LabelButton from "components/LabelButton.svelte";
|
||||||
|
import WithShortcut from "components/WithShortcut.svelte";
|
||||||
import WithContext from "components/WithContext.svelte";
|
import WithContext from "components/WithContext.svelte";
|
||||||
import WithState from "components/WithState.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 = {
|
export const components = {
|
||||||
IconButton,
|
IconButton,
|
||||||
LabelButton,
|
LabelButton,
|
||||||
|
WithShortcut,
|
||||||
WithContext,
|
WithContext,
|
||||||
WithState,
|
WithState,
|
||||||
contextKeys: { ...contextKeys, ...editorContextKeys },
|
contextKeys: { ...contextKeys, ...editorContextKeys },
|
||||||
|
|
Loading…
Reference in a new issue