UNPKG

webcoreui

Version:

UI component and template library for Astro, Svelte, and React apps styled with Sass.

7 lines (5 loc) 220 B
import type { ImageProps } from '../Image/image' import type { SkeletonProps } from '../Skeleton/skeleton' export type ImageLoaderProps = { fallback?: string } & ImageProps & Omit<SkeletonProps, 'width' | 'height'>