UNPKG

@omnia/fx-models

Version:
12 lines (11 loc) 590 B
import { Guid } from "@omnia/fx-models/internal-do-not-import-from-here/shared/models"; import { PropertyDefinition, PropertyDisplaySettingsBase } from "../PropertyDefinition"; import { BooleanPropertyValue } from "../values"; export declare class BooleanDisplaySettings extends PropertyDisplaySettingsBase { } export type BooleanEditorSettings = {}; export declare const BooleanPropertyDefinitionId: Guid; export declare class BooleanPropertyDefinition extends PropertyDefinition<BooleanPropertyValue, BooleanDisplaySettings, BooleanEditorSettings> { id: Guid; typeName: string; }