import { ShapeDividerSettings } from "../../models"; import { TsxAllowUnknowProperties } from ".."; declare global { namespace VueTsxSupport.JSX { interface Element { } interface ElementClass { } interface IntrinsicElements { "omfx-shape-divider": TsxAllowUnknowProperties; } } }