UNPKG

@logicflow/extension

Version:
23 lines (22 loc) 513 B
import LogicFlow from '@logicflow/core'; export declare const StartEventConfig: { width: number; height: number; }; export declare const EndEventConfig: { width: number; height: number; }; export declare const ExclusiveGatewayConfig: { width: number; height: number; }; export declare const ServiceTaskConfig: { width: number; height: number; }; export declare const UserTaskConfig: { width: number; height: number; }; export declare const theme: Partial<LogicFlow.Theme>;