mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
parent
0cc7c7afeb
commit
bf18b7b65a
19 changed files with 201 additions and 24 deletions
|
@ -65,6 +65,7 @@ import Tile, {
|
|||
TileAboveTheFoldContent,
|
||||
TileBelowTheFoldContent
|
||||
} from './components/Tile';
|
||||
import TimePicker, { TimePickerSelect } from './components/TimePicker';
|
||||
import Toggle, { ToggleSkeleton } from './components/Toggle';
|
||||
import ToggleSmall, { ToggleSmallSkeleton } from './components/ToggleSmall';
|
||||
import TooltipDefinition from './components/TooltipDefinition';
|
||||
|
@ -157,6 +158,8 @@ export {
|
|||
TileBelowTheFoldContent,
|
||||
TileGroup,
|
||||
ToastNotification,
|
||||
TimePicker,
|
||||
TimePickerSelect,
|
||||
Toggle,
|
||||
ToggleSkeleton,
|
||||
ToggleSmall,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue