UNPKG

umbraco-cypress-testhelpers

Version:

Test helpers for making Cypress tests for Umbraco solutions

6 lines (5 loc) 198 B
import { DataType } from './dataType'; export declare class ApprovedColourPickerDataType extends DataType { constructor(); addPrevalues(value: string[], multiSelect?: boolean): void; }