Skip to content

Commit 1193e03

Browse files
committed
fix(types): Add missing items type to Alert.Simple
1 parent 0f8a51f commit 1193e03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ declare module '@silintl/ui-components' {
127127
interface SimpleProps {
128128
open?: boolean
129129
title?: string
130+
items?: { id: string; name: string }[]
130131
class?: string
131132
}
132133
export class Simple extends SvelteComponentTyped<SimpleProps> {}

0 commit comments

Comments
 (0)