UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

15 lines (14 loc) 433 B
import { EnterprisePropertyDisplayProps } from "../../EnterprisePropertyComponentProps"; export interface ITextFieldDisplay extends EnterprisePropertyDisplayProps { } declare global { namespace VueTsxSupport.JSX { interface Element { } interface ElementClass { } interface IntrinsicElements { "omfx-enterpriseproperties-textfield-display": ITextFieldDisplay; } } }