UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

9 lines (8 loc) 230 B
import { VersionedLayoutDefinition } from "../../models"; export declare class LayoutEditorTabRendererInstance { definition: VersionedLayoutDefinition; size: { maxHeight: number; maxWidth: number; }; }