UNPKG

@logicflow/dumi-theme-simple

Version:
8 lines (7 loc) 182 B
import React from 'react'; export interface ConfigNodeProps { title: string; description: any; buttons: any; } export declare const IntroNode: React.FC<ConfigNodeProps>;