UNPKG

@element-softworks/daintree

Version:

React Component Library

8 lines 204 B
import React from 'react'; declare type CardProps = { title: string; paragraph?: string; }; declare const Card: React.FC<CardProps>; export { CardProps, Card }; //# sourceMappingURL=index.d.ts.map