Live video on the AT Protocol
at next 4 lines 126 B view raw
1export interface ThumbnailSelectorProps { 2 onThumbnailSelected: (blob: Blob | undefined) => void; 3 thumbnailUrl?: string; 4}