import { IValidator } from "../.."; import { TsxAllowUnknowProperties } from "../../TsxAllowUnknowProperties"; export interface IAppPropertyNamingPolicyInput { useValidator?: IValidator; } declare global { namespace VueTsxSupport.JSX { interface Element { } interface ElementClass { } interface IntrinsicElements { "omfx-app-property-naming-policy-input": TsxAllowUnknowProperties; } } }