UNPKG

@age/quantum

Version:
10 lines (7 loc) 190 B
import React from 'react'; type Content = React.ComponentType<{ theme?: { baseFontSize?: number; spacing?: object }; }> & { displayName: 'Card.Content'; }; export default Content;