@logicflow/extension
Version:
LogicFlow Extensions
23 lines (22 loc) • 513 B
TypeScript
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>;