mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
first commit on the UIShell
This commit is contained in:
parent
ce469df6db
commit
93b912240f
13 changed files with 492 additions and 0 deletions
|
@ -78,6 +78,7 @@ import ToggleSmall, { ToggleSmallSkeleton } from './components/ToggleSmall';
|
|||
import Tooltip from './components/Tooltip';
|
||||
import TooltipDefinition from './components/TooltipDefinition';
|
||||
import TooltipIcon from './components/TooltipIcon';
|
||||
import UIShell from './components/UIShell';
|
||||
import UnorderedList from './components/UnorderedList';
|
||||
|
||||
export {
|
||||
|
@ -192,5 +193,6 @@ export {
|
|||
Tooltip,
|
||||
TooltipDefinition,
|
||||
TooltipIcon,
|
||||
UIShell,
|
||||
UnorderedList
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue