UNPKG

@age/quantum

Version:
13 lines (10 loc) 229 B
import React from 'react'; type Thumbnail = React.ComponentType<{ src: string; alt: string; rounded?: boolean; theme?: { colors?: object }; }> & { displayName: 'Card.Thumbnail'; }; export default Thumbnail;