mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
parent
9c83fbda69
commit
5ae12066fb
18 changed files with 193 additions and 88 deletions
|
@ -11,6 +11,7 @@ import Form from './components/Form';
|
|||
import FormGroup from './components/FormGroup';
|
||||
import FormItem from './components/FormItem';
|
||||
import FormLabel from './components/FormLabel';
|
||||
import Icon, { IconSkeleton } from './components/Icon';
|
||||
import InlineLoading from './components/InlineLoading';
|
||||
import Link from './components/Link';
|
||||
import ListItem from './components/ListItem';
|
||||
|
@ -84,6 +85,8 @@ export {
|
|||
FormItem,
|
||||
FormLabel,
|
||||
ExpandableTile,
|
||||
Icon,
|
||||
IconSkeleton,
|
||||
InlineLoading,
|
||||
InlineNotification,
|
||||
Link,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue