@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
19 lines (18 loc) • 570 B
TypeScript
import { LayoutCanvasStore } from "../../..";
import { BlockTitleSettingsStore } from "../../../../../stores";
import { VueComponentBase } from "../../../..";
export default class StyleItem extends VueComponentBase {
blockTitleSettingsStore: BlockTitleSettingsStore;
editorStore: LayoutCanvasStore;
private omniaUxLoc;
private item;
private settings;
mounted(): void;
created(): void;
/**
* Eventhandler for setting the chrome value
* @param value
*/
private onSetChromeType;
render(): VueTsxSupport.JSX.Element;
}