ThumbnailProps
ThumbnailProps
Represents the properties for a thumbnail component.
Signature
interface ThumbnailProps {
    id?: number;
    description?: string;
    spoiler?: boolean;
    url: string;
}
Represents the properties for a thumbnail component.
interface ThumbnailProps {
    id?: number;
    description?: string;
    spoiler?: boolean;
    url: string;
}