UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

13 lines (12 loc) 403 B
import { VueComponentBase } from "@omnia/fx/ux"; import { LayoutCanvasStore } from "../../.."; export default class StyleLayoutSettingItem extends VueComponentBase { editorStore: LayoutCanvasStore; private subscriptionHandler; private omniaUxLoc; private layoutDefinition; mounted(): void; created(): void; private onSectionChange; render(): VueTsxSupport.JSX.Element; }