mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 03:01:25 +00:00
parent
d55aacaf27
commit
76d7dc5319
9 changed files with 190 additions and 0 deletions
8
src/components/ListBox/index.js
Normal file
8
src/components/ListBox/index.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
import ListBox from './ListBox.svelte';
|
||||
|
||||
export default ListBox;
|
||||
export { default as ListBoxField } from './ListBoxField.svelte';
|
||||
export { default as ListBoxMenu } from './ListBoxMenu.svelte';
|
||||
export { default as ListBoxMenuIcon } from './ListBoxMenuIcon.svelte';
|
||||
export { default as ListBoxMenuItem } from './ListBoxMenuItem.svelte';
|
||||
export { default as ListBoxSelection } from './ListBoxSelection.svelte';
|
Loading…
Add table
Add a link
Reference in a new issue