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

Commit

Permalink
chore: export all types from platform block
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv committed Feb 8, 2024
1 parent 48e3fb0 commit e670b2d
Showing 1 changed file with 2 additions and 0 deletions.
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

0 comments on commit e670b2d

Please sign in to comment.