UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

15 lines (14 loc) 419 B
import { LayoutCanvasStore } from "../../.."; import { VueComponentBase } from "@omnia/fx/ux"; export default class TargetingSectionItem extends VueComponentBase { editorStore: LayoutCanvasStore; private subscriptionHandler; private section; mounted(): void; created(): void; /** * Watch for section changes * */ private onSectionChange; render(): VueTsxSupport.JSX.Element; }