mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
refactor(structured-list): make StructuredListWrapper default component
This commit is contained in:
parent
e7bb051cab
commit
0b30250e57
7 changed files with 33 additions and 31 deletions
|
@ -3,8 +3,8 @@
|
|||
export { className as class };
|
||||
export let head = false;
|
||||
export let label = false;
|
||||
export let tabindex = '0';
|
||||
export let style = undefined;
|
||||
export let tabindex = '0';
|
||||
|
||||
import { cx } from '../../lib';
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue