UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

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