UNPKG

@venuecms/sdk-next

Version:

This is a work in progress and is heavily in flux until we launch 1.0 in February.

6 lines (4 loc) 126 B
declare const getPublicImage: (image: { url?: string | null; }) => string | null | undefined; export { getPublicImage };