UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

6 lines (5 loc) 369 B
import { VersionedLayoutDefinition } from "@omnia/fx-models"; import { IVersionedLayoutDefinitionEditorTabRenderer } from "@omnia/fx/ux"; export declare class AppLayoutSettingsTabRenderer implements IVersionedLayoutDefinitionEditorTabRenderer<VersionedLayoutDefinition> { getElement(definition: VersionedLayoutDefinition, isCheckedOutToMe: boolean): JSX.Element; }