mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 08:22:24 -04:00
35 lines
866 B
TypeScript
35 lines
866 B
TypeScript
// Copyright: Ankitects Pty Ltd and contributors
|
|
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|
// import type { DynamicSvelteComponent } from "sveltelib/dynamicComponent";
|
|
|
|
// import {
|
|
// buttonGroup,
|
|
// rawButton,
|
|
// labelButton,
|
|
// iconButton,
|
|
// commandIconButton,
|
|
// selectButton,
|
|
// dropdownMenu,
|
|
// dropdownItem,
|
|
// buttonDropdown,
|
|
// withDropdownMenu,
|
|
// withLabel,
|
|
// } from "editor-toolbar/dynamicComponents";
|
|
|
|
// export const editorToolbar: Record<
|
|
// string,
|
|
// (props: Record<string, unknown>) => DynamicSvelteComponent
|
|
// > = {
|
|
// buttonGroup,
|
|
// rawButton,
|
|
// labelButton,
|
|
// iconButton,
|
|
// commandIconButton,
|
|
// selectButton,
|
|
|
|
// dropdownMenu,
|
|
// dropdownItem,
|
|
// buttonDropdown,
|
|
// withDropdownMenu,
|
|
// withLabel,
|
|
// };
|