UNPKG

novo-elements

Version:

Bullhorn's NOVO Element Repository for Angular 2

7 lines (6 loc) 214 B
import { BaseControl, NovoControlConfig } from './../BaseControl'; export declare class TilesControl extends BaseControl { controlType: string; options: any[]; constructor(config: NovoControlConfig); }