mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
Remove some dead code and an invalid import from types.ts
This commit is contained in:
parent
e20e7f7af1
commit
57d2e6bd5e
1 changed files with 0 additions and 9 deletions
|
@ -1,14 +1,5 @@
|
||||||
// Copyright: Ankitects Pty Ltd and contributors
|
// Copyright: Ankitects Pty Ltd and contributors
|
||||||
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
||||||
|
|
||||||
import type Pane from "./Pane.svelte";
|
|
||||||
|
|
||||||
export type Size = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
|
export type Size = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12;
|
||||||
export type Breakpoint = "xs" | "sm" | "md" | "lg" | "xl" | "xxl";
|
export type Breakpoint = "xs" | "sm" | "md" | "lg" | "xl" | "xxl";
|
||||||
|
|
||||||
export class ResizablePane {
|
|
||||||
resizable = {} as Pane;
|
|
||||||
height = 0;
|
|
||||||
minHeight = 0;
|
|
||||||
maxHeight = Infinity;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue