forked from Schum123/svelte-loading-spinners
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.ts
51 lines (50 loc) · 1.22 KB
/
index.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
import Circle from "./Circle.svelte";
import Circle2 from "./Circle2.svelte";
import Circle3 from "./Circle3.svelte";
import DoubleBounce from "./DoubleBounce.svelte";
import GoogleSpin from "./GoogleSpin.svelte";
import ScaleOut from "./ScaleOut.svelte";
import SpinLine from "./SpinLine.svelte";
import Stretch from "./Stretch.svelte";
import BarLoader from "./BarLoader.svelte";
import Jumper from "./Jumper.svelte";
import RingLoader from "./RingLoader.svelte";
import SyncLoader from "./SyncLoader.svelte";
import Rainbow from "./Rainbow.svelte";
import Wave from "./Wave.svelte";
import Firework from "./Firework.svelte";
import Pulse from "./Pulse.svelte";
import Jellyfish from "./Jellyfish.svelte";
import Chasing from "./Chasing.svelte";
import Shadow from "./Shadow.svelte";
import Square from "./Square.svelte";
import Moon from "./Moon.svelte";
import Plane from "./Plane.svelte";
import Diamonds from "./Diamonds.svelte";
import Clock from "./Clock.svelte";
export {
Circle,
Circle2,
Circle3,
DoubleBounce,
GoogleSpin,
ScaleOut,
SpinLine,
Stretch,
BarLoader,
Jumper,
RingLoader,
SyncLoader,
Rainbow,
Wave,
Firework,
Pulse,
Jellyfish,
Chasing,
Shadow,
Square,
Moon,
Plane,
Diamonds,
Clock
};