mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(notification-action-button): prop types should extend Button
(#1442)
This commit is contained in:
parent
ab5eff5205
commit
b6e4d133da
3 changed files with 9 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
<script>
|
||||
/** @extends {"../Button/Button.svelte"} ButtonProps */
|
||||
|
||||
import Button from "../Button/Button.svelte";
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue