UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

18 lines (17 loc) 676 B
import { LayoutCanvasStore } from "../../.."; import { BlockTitleSettingsStore } from "@omnia/fx/stores"; import { VueComponentBase, BlockInstance } from "@omnia/fx/ux"; import { OmniaSpfxSettingsProvider } from "internal/fx/spfx/services/SpfxWPSettingProvider"; export default class CssItem extends VueComponentBase { blockTitleSettingsStore: BlockTitleSettingsStore; editorStore: LayoutCanvasStore; blockInstance: BlockInstance; spfxSettingsService: OmniaSpfxSettingsProvider; private omniaUxLoc; private item; private settings; mounted(): void; created(): void; private updateSpfxSettings; render(): VueTsxSupport.JSX.Element; }