@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
17 lines (16 loc) • 458 B
TypeScript
import { LayoutCanvasStore } from "../../..";
import { VueComponentBase } from "@omnia/fx/ux";
export default class StyleSectionItem extends VueComponentBase {
editorStore: LayoutCanvasStore;
private subscriptionHandler;
private omniaUxLoc;
private section;
private model;
mounted(): void;
created(): void;
/**
* Watch for section changes
* */
private onSectionChange;
render(): VueTsxSupport.JSX.Element;
}