UNPKG

@logicflow/dumi-theme-simple

Version:
10 lines (9 loc) 225 B
import React from 'react'; import { IC } from '../../types'; interface FeatureProps { icon: string; title: IC; description: string; } declare const FeatureCard: React.FC<FeatureProps>; export default FeatureCard;