mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
add OutboundLink (#504)
* feat(link): add OutboundLink * fix(outbound-link): forward Link events
This commit is contained in:
parent
3e926de49d
commit
251f986304
8 changed files with 85 additions and 7 deletions
1
types/index.d.ts
vendored
1
types/index.d.ts
vendored
|
@ -73,6 +73,7 @@ export { default as Column } from "./Grid/Column";
|
|||
export { default as IconSkeleton } from "./Icon/IconSkeleton";
|
||||
export { default as Icon } from "./Icon/Icon";
|
||||
export { default as InlineLoading } from "./InlineLoading/InlineLoading";
|
||||
export { default as OutboundLink } from "./Link/OutboundLink";
|
||||
export { default as ListItem } from "./ListItem/ListItem";
|
||||
export { default as MultiSelect } from "./MultiSelect/MultiSelect";
|
||||
export { default as Modal } from "./Modal/Modal";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue