Skip to content

Commit ba4c2fb

Browse files
committed
Declare new container target attribute
1 parent 6304a24 commit ba4c2fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export interface SvelteToastOptions {
3030

3131
export class SvelteToast extends SvelteComponent {
3232
options: SvelteToastOptions
33+
target: string
3334
}
3435

3536
declare namespace toast {

0 commit comments

Comments
 (0)