feat: add ImageLoader component

This commit is contained in:
Eric Y Liu 2021-03-13 12:38:29 -08:00
commit 0dba95affd
11 changed files with 380 additions and 3 deletions

1
types/index.d.ts vendored
View file

@ -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";