Browse Source

Add id to Device in ts

pull/4746/head
Artur Arseniev 4 years ago
parent
commit
3916a8b6cc
  1. 1
      index.d.ts

1
index.d.ts

@ -4073,6 +4073,7 @@ declare namespace grapesjs {
} }
interface Device extends Backbone.Model<DeviceOptions> { interface Device extends Backbone.Model<DeviceOptions> {
id?: string,
getName(): string; getName(): string;
getWidthMedia(): string; getWidthMedia(): string;
} }

Loading…
Cancel
Save