@omnia/fx-models
Version:
Provide Omnia Fx Models Stuffs.
12 lines (11 loc) • 566 B
TypeScript
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models";
import { PropertyDefinition, PropertyDisplaySettingsBase } from "../PropertyDefinition";
import { TagsPropertyValue } from "../values";
export declare class TagsDisplaySettings extends PropertyDisplaySettingsBase {
}
export type TagsEditorSettings = {};
export declare const TagsPropertyDefinitionId: Guid;
export declare class TagsPropertyDefinition extends PropertyDefinition<TagsPropertyValue, TagsDisplaySettings, TagsEditorSettings> {
id: Guid;
typeName: string;
}