-
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
import { Select as SelectPrimitive } from 'bits-ui' | ||
|
||
import Root from './select.svelte' | ||
import Label from './select-label.svelte' | ||
import Item from './select-item.svelte' | ||
import Content from './select-content.svelte' | ||
import Trigger from './select-trigger.svelte' | ||
import Item from './select-item.svelte' | ||
import Label from './select-label.svelte' | ||
import Separator from './select-separator.svelte' | ||
import Trigger from './select-trigger.svelte' | ||
import Root from './select.svelte' | ||
|
||
const Group = SelectPrimitive.Group | ||
const Input = SelectPrimitive.Input | ||
const Value = SelectPrimitive.Value | ||
export { | ||
Root, | ||
Content, | ||
Group, | ||
Input, | ||
Label, | ||
Item, | ||
Value, | ||
Content, | ||
Trigger, | ||
Separator, | ||
Label, | ||
Root, | ||
// | ||
Root as Select, | ||
Content as SelectContent, | ||
Group as SelectGroup, | ||
Input as SelectInput, | ||
Label as SelectLabel, | ||
Item as SelectItem, | ||
Value as SelectValue, | ||
Content as SelectContent, | ||
Trigger as SelectTrigger, | ||
Label as SelectLabel, | ||
Separator as SelectSeparator, | ||
Trigger as SelectTrigger, | ||
Value as SelectValue, | ||
Separator, | ||
Trigger, | ||
Value, | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.