UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

10 lines (9 loc) 509 B
import { IVersionedLayoutDefinitionEditorTabRenderer } from "@omnia/fx/ux"; import { VersionedLayoutDefinition } from "@omnia/fx/models"; export interface IVersionedLayoutSettingsComponentProps { definition: VersionedLayoutDefinition; isCheckedOutToMe: boolean; } export declare class VersionedLayoutSettingsTabRenderer implements IVersionedLayoutDefinitionEditorTabRenderer<VersionedLayoutDefinition> { getElement(definition: VersionedLayoutDefinition, isCheckedOutToMe: boolean): JSX.Element; }