UNPKG

@enumura/chatbot-flow-editor

Version:

Visual chatbot flow editor - Development tool for creating conversational flows

7 lines 223 B
interface IconProps { className?: string; size?: number; } export declare function RefreshIcon({ className, size }: IconProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=icons.d.ts.map