mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
chore: add missing RadioTile export
This commit is contained in:
parent
6a5e421b8d
commit
b8275f50b1
3 changed files with 7 additions and 0 deletions
|
@ -4,4 +4,5 @@ export default Tile;
|
|||
export { default as ClickableTile } from './ClickableTile.svelte';
|
||||
export { default as ExpandableTile } from './ExpandableTile.svelte';
|
||||
export { default as SelectableTile } from './SelectableTile.svelte';
|
||||
export { default as RadioTile } from './RadioTile.svelte';
|
||||
export { default as TileGroup } from './TileGroup.svelte';
|
||||
|
|
|
@ -100,6 +100,7 @@ import Tile, {
|
|||
ClickableTile,
|
||||
ExpandableTile,
|
||||
SelectableTile,
|
||||
RadioTile,
|
||||
TileGroup,
|
||||
} from "./components/Tile";
|
||||
import TimePicker, { TimePickerSelect } from "./components/TimePicker";
|
||||
|
@ -206,6 +207,7 @@ export {
|
|||
RadioButton,
|
||||
RadioButtonSkeleton,
|
||||
RadioButtonGroup,
|
||||
RadioTile,
|
||||
Search,
|
||||
SearchSkeleton,
|
||||
SelectableTile,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue