@omnia/fx
Version:
Provide Omnia Fx typings and tooling for clientside Omnia development.
15 lines (14 loc) • 400 B
TypeScript
import { EnterprisePropertyDisplayProps } from "../..";
export interface IDataFieldDisplay extends EnterprisePropertyDisplayProps {
}
declare global {
namespace VueTsxSupport.JSX {
interface Element {
}
interface ElementClass {
}
interface IntrinsicElements {
"omfx-enterpriseproperties-datafield-display": IDataFieldDisplay;
}
}
}