UNPKG

@ux-aspects/ux-aspects

Version:

Open source user interface framework for building modern, responsive, mobile big data applications

9 lines (8 loc) 236 B
export declare class Facet { title: string; data: any; count?: number; disabled: boolean; id?: string | number; constructor(title: string, data?: any, count?: number, disabled?: boolean, id?: string | number); }