UNPKG

@omnia/fx

Version:

Provide Omnia Fx typings and tooling for clientside Omnia development.

19 lines (18 loc) 665 B
import { EnterprisePropertyEditProps } from "../../EnterprisePropertyComponentProps"; import { TsxAllowUnknowProperties } from "../../.."; import { EnterprisePropertyRichTextItemSettings } from "../../../../models"; export interface IRichTextFieldEdit extends EnterprisePropertyEditProps<EnterprisePropertyRichTextItemSettings> { dark?: boolean; box?: boolean; } declare global { namespace VueTsxSupport.JSX { interface Element { } interface ElementClass { } interface IntrinsicElements { "omfx-enterpriseproperties-richtextfield-edit": TsxAllowUnknowProperties<IRichTextFieldEdit>; } } }