embedUnsplashImage: Insert<{
    height: string;
    width: string;
    [key: string]: string;
}> = ...

Renders an image from unsplash.com. Width and height arguments are required.

Type declaration

  • [key: string]: string
  • height: string
  • width: string

Generated using TypeDoc