UNPKG

@omnia/fx-models

Version:
7 lines (6 loc) 188 B
import { PropertyValue } from "../PropertyValue"; export declare class TextPropertyValue extends PropertyValue { text: string; constructor(text: string); isEmpty(): boolean; }