Skip to content

Commit

Permalink
feat(ui-kit): Attachment Surface (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggazzo authored Jun 18, 2021
1 parent 228878c commit 63bb5ea
Show file tree
Hide file tree
Showing 4 changed files with 1,507 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/ui-kit/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,15 @@ export { BlockContext } from './rendering/BlockContext';

export * from './blocks/deprecations';

export { uiKitAttachment } from './rendering/surfaces/uiKitAttachment';
export { uiKitBanner } from './rendering/surfaces/uiKitBanner';
export { uiKitMessage } from './rendering/surfaces/uiKitMessage';
export { uiKitModal } from './rendering/surfaces/uiKitModal';

export {
UiKitParserAttachment,
AttachmentSurfaceLayout,
} from './rendering/surfaces/UiKitParserAttachment';
export {
UiKitParserBanner,
BannerSurfaceLayout,
Expand Down
Loading

0 comments on commit 63bb5ea

Please sign in to comment.