UNPKG

@omnia/fx-models

Version:
7 lines (6 loc) 203 B
import { PropertyValue } from "../PropertyValue"; export declare class MultilineTextPropertyValue extends PropertyValue { texts: string[]; constructor(texts: string[]); isEmpty(): boolean; }