Skip to main content
Version: Next

ThumbnailProps

ThumbnailProps

Represents the properties for a thumbnail component.

Signature
interface ThumbnailProps {
id?: number;
description?: string;
spoiler?: boolean;
url: string;
}

id

property
number

description

property
string

spoiler

property
boolean

url

property
string