UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

5 lines (4 loc) 273 B
import { VersionedLayoutDefinition } from "@omnia/fx-models"; export interface IVersionedLayoutDefinitionEditorTabRenderer<Type extends VersionedLayoutDefinition = VersionedLayoutDefinition> { getElement: (definition: Type, isCheckedOutToMe: boolean) => JSX.Element; }