UNPKG

umbraco-cypress-testhelpers

Version:

Test helpers for making Cypress tests for Umbraco solutions

7 lines (6 loc) 226 B
import { DataType } from './dataType'; import { DataTypePrevalue } from './dataTypePrevalue'; export declare class GridDataType extends DataType { constructor(); addPrevalues(values: DataTypePrevalue[]): void; }