b2049209ff
There are some style differences compared to prettier, and not all are necessarily an improvement, but it's much faster now.
17 lines
861 B
TypeScript
17 lines
861 B
TypeScript
// Copyright: Ankitects Pty Ltd and contributors
|
|
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|
|
|
/// <reference types="../lib/image-import" />
|
|
|
|
export { default as alertIcon } from "@mdi/svg/svg/alert.svg";
|
|
export { default as chevronDown } from "@mdi/svg/svg/chevron-down.svg";
|
|
export { default as chevronUp } from "@mdi/svg/svg/chevron-up.svg";
|
|
export { default as plainTextIcon } from "@mdi/svg/svg/code-tags.svg";
|
|
export { default as clozeIcon } from "@mdi/svg/svg/contain.svg";
|
|
export { default as richTextIcon } from "@mdi/svg/svg/format-font.svg";
|
|
export { default as stickyIcon } from "@mdi/svg/svg/pin-outline.svg";
|
|
|
|
// This comment prevents disagreement between eslint-plugin-simple-sort and
|
|
// dprint about whether .. or @ should come first.
|
|
export { default as incrementClozeIcon } from "../icons/contain-plus.svg";
|