UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

16 lines (15 loc) 515 B
import { EnterprisePropertyDisplayProps } from "../../EnterprisePropertyComponentProps"; import { TsxAllowUnknowProperties } from "../../.."; export interface IMediaFieldDisplay extends EnterprisePropertyDisplayProps { } declare global { namespace VueTsxSupport.JSX { interface Element { } interface ElementClass { } interface IntrinsicElements { "omfx-enterpriseproperties-mediafield-display": TsxAllowUnknowProperties<IMediaFieldDisplay>; } } }