Skip to content

Commit 13a9c41

Browse files
committed
feat(Dialog.Alert): add titleIcon prop
1 parent dadc645 commit 13a9c41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/mdc/Dialog/Alert.svelte

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { createEventDispatcher, onMount } from 'svelte'
55
66
export let open = false
77
export let title = ''
8+
export let titleIcon = ''
89
export let defaultAction = 'discard'
910
1011
/** @type {{label, action}[]} */

0 commit comments

Comments
 (0)