mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 11:36:36 +00:00
feat: add ImageLoader component
This commit is contained in:
parent
a222d23037
commit
0dba95affd
11 changed files with 380 additions and 3 deletions
1
types/index.d.ts
vendored
1
types/index.d.ts
vendored
|
@ -57,6 +57,7 @@ export { default as Row } from "./Grid/Row";
|
|||
export { default as Column } from "./Grid/Column";
|
||||
export { default as Icon } from "./Icon/Icon";
|
||||
export { default as IconSkeleton } from "./Icon/IconSkeleton";
|
||||
export { default as ImageLoader } from "./ImageLoader/ImageLoader";
|
||||
export { default as InlineLoading } from "./InlineLoading/InlineLoading";
|
||||
export { default as Link } from "./Link/Link";
|
||||
export { default as OutboundLink } from "./Link/OutboundLink";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue