UNPKG

@logicflow/extension

Version:
8 lines (7 loc) 157 B
export declare class IDs { private _ids; constructor(); generateId(): string; next(): string; } export declare function getBpmnId(): string;