import { TsxAllowUnknowProperties } from "@omnia/fx/ux"; export interface LayoutClipboardData { title: string; } export interface ILayoutClipboard { } declare global { namespace VueTsxSupport.JSX { interface Element { } interface ElementClass { } interface ElementAttributesProperty { } interface IntrinsicElements { "omfx-layout-clipboard": TsxAllowUnknowProperties; } } }