Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Prince/export all types from platform block #364

Merged
merged 2 commits into from
Feb 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions libs/blocks/src/lib/platform/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { ReactNode } from 'react';
import PlatformBlockTab from './tab';
import PlatformBlockCard from './card';

export * from './types';

export type PlatformBlockType = {
Tab: typeof PlatformBlockTab;
Card: typeof PlatformBlockCard;
Expand Down
Loading