UNPKG

pm-controls

Version:
8 lines (7 loc) 211 B
export declare class PropertyLabel { constructor(name?: string, label?: string, widthPx?: string, isRequired?: boolean); Name: string; Label: string; WidthPx: string; IsRequired?: boolean; }