blanchon's picture
Initial commit
ebcc4b8
raw
history blame
167 Bytes
import Root from "./toggle-group.svelte";
import Item from "./toggle-group-item.svelte";
export {
Root,
Item,
//
Root as ToggleGroup,
Item as ToggleGroupItem
};