UNPKG

@nichoth/image

Version:
12 lines 305 B
export interface Props { class?: string; filename: string; alt: string; loading?: 'eager' | 'lazy'; fetchpriority?: 'high' | 'low' | 'auto'; className?: string; decoding?: 'sync' | 'async'; sizes?: string[]; srcset?: number[]; } //# sourceMappingURL=attributes.d.ts.map