UNPKG

@uppy/provider-views

Version:

View library for Uppy remote provider plugins.

8 lines 246 B
import { h } from 'preact'; type ItemIconProps = { itemIconString: string; alt?: string; }; export default function ItemIcon({ itemIconString, alt, }: ItemIconProps): h.JSX.Element | null; export {}; //# sourceMappingURL=ItemIcon.d.ts.map