UNPKG

@age/quantum

Version:
11 lines (8 loc) 223 B
import React from 'react'; type Description = React.ComponentType<{ small?: boolean; theme?: { baseFontSize?: number; spacing?: object }; }> & { displayName: 'Card.Description'; }; export default Description;