Skip to content

Commit 20b5599

Browse files
author
Andrew Welch
committed
feat: Add ConfettiInterface
1 parent 0f7131c commit 20b5599

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/web/assets/src/vue/@types/confetti.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
declare module "vue-confetti/src/confetti.js";
22

3+
interface ConfettiInterface {
4+
start(opts: Partial<ConfettiConfig>): void,
5+
update(opts: Partial<ConfettiConfig>): void,
6+
stop(): void,
7+
}
8+
39
enum ParticlesType {
410
circle = "circle",
511
rect = "rect",

0 commit comments

Comments
 (0)