PoweredByUtil.d.ts 187 B

12345678
  1. export function open(): void;
  2. export const BPMNIO_IMG: string;
  3. export namespace LOGO_STYLES {
  4. const verticalAlign: string;
  5. }
  6. export namespace LINK_STYLES {
  7. const color: string;
  8. }