mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
chore: forward class to Tile content
This commit is contained in:
parent
b2d89481b8
commit
0cc7c7afeb
3 changed files with 12 additions and 6 deletions
|
@ -4,8 +4,8 @@
|
|||
export let passiveModal = false;
|
||||
export let hasForm = false;
|
||||
export let id = Math.random();
|
||||
export let modalHeading = undefined; // node
|
||||
export let modalLabel = undefined; // node
|
||||
export let modalHeading = undefined;
|
||||
export let modalLabel = undefined;
|
||||
export let open = false;
|
||||
export let iconDescription = 'Close the modal';
|
||||
export let primaryButtonDisabled = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue