import { LayoutCanvasStore } from "../../"; import { TsxAllowUnknowProperties } from "../../.."; export interface IDeveloperTools { layoutCanvasStore: LayoutCanvasStore; } declare global { namespace VueTsxSupport.JSX { interface Element { } interface ElementClass { } interface ElementAttributesProperty { } interface IntrinsicElements { "omnia-layout-developertools": TsxAllowUnknowProperties; } } }