UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

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