Skip to content

Commit ef725f8

Browse files
Add style prop to type
1 parent c79ede1 commit ef725f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/svelte/src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ declare module "svelte-particles" {
1010
url?: string;
1111
id?: string;
1212
class?: string;
13+
style?: string;
1314
particlesInit: (engine: Engine) => Promise<void>;
1415
};
1516
type ParticlesEvents = CustomEventWrapper<{

0 commit comments

Comments
 (0)