UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

14 lines (13 loc) 505 B
import { VueComponentBase, LayoutCanvasStore } from "../../../.."; import { BlockTitleSettingsStore } from "../../../../../stores"; export default class BlockHeaderLayoutSettingItem extends VueComponentBase { editorStore: LayoutCanvasStore; private subscriptionHandler; blockTitleSettingsStore: BlockTitleSettingsStore; private omniaUxLoc; private layoutDefinition; mounted(): void; created(): void; private onHeaderValueChanged; render(): VueTsxSupport.JSX.Element; }