Skip to content

Commit

Permalink
feat: expose live preview props types
Browse files Browse the repository at this point in the history
  • Loading branch information
colomolo committed Dec 14, 2023
1 parent cb285f2 commit c21a22f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/live-preview-sdk/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ import type {
SubscribeCallback,
} from './types';

export type { LivePreviewAssetProps, LivePreviewEntryProps, LivePreviewProps };

export const VERSION = version;

const DEFAULT_ORIGINS = ['https://app.contentful.com', 'https://app.eu.contentful.com'];
Expand Down

0 comments on commit c21a22f

Please sign in to comment.