UNPKG

umbraco-cypress-testhelpers

Version:

Test helpers for making Cypress tests for Umbraco solutions

6 lines (5 loc) 158 B
import { DataType } from './dataType'; export declare class LabelDataType extends DataType { constructor(); addPrevalues(value: string): void; }