UNPKG

@logicflow/dumi-theme-simple

Version:
9 lines (8 loc) 215 B
import React from 'react'; export interface AdvantageNodeProps { icon: string; advantageStyle: any; iconStyle: any; title: string; } export declare const AdvantageNode: React.FC<AdvantageNodeProps>;