UNPKG

@umbraco/json-models-builders

Version:
8 lines (7 loc) 257 B
import { DataTypeBuilder } from "./dataTypeBuilder"; export declare class LabelDataTypeBuilder extends DataTypeBuilder { umbracoDataValueType: string; constructor(); withDataValueType(umbracoDataValueType: string): this; getValues(): any; }