UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

20 lines (19 loc) 480 B
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<ILayoutClipboard>; } } }