UNPKG

@age/quantum

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