mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 03:26:36 +00:00
fix(Tabs): tabsProps for story
This commit is contained in:
parent
d1e02f8c28
commit
f84931dba6
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
import Tabs from "./Tabs.svelte";
|
||||
import TabsSkeleton from "./TabsSkeleton.svelte";
|
||||
|
||||
const { tabProps, ...tabsProps } = $$props;
|
||||
const { tabProps, tabsProps } = $$props;
|
||||
|
||||
$: selected = 0;
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue