Closed metonym closed 6 months ago
No breaking changes.
Features
children
<script lang="ts"> import { RecursiveList } from "carbon-components-svelte"; const children = [ ... ] as const; </script> <RecursiveList type="ordered" children="{children}" />
No breaking changes.
Features
children
to be typed as a read-only array.