UNPKG

@koalarx/ui

Version:

Koala UI is a Design System developed in Angular whose objective is to facilitate and make your development faster and simpler, making this framework your greatest ally.

11 lines (10 loc) 331 B
import { KoalaDynamicFormConfigInterface } from "@koalarx/ui/form"; export interface KoalaListFilterInterface { main?: KoalaDynamicFormConfigInterface; advanced?: KoalaDynamicFormConfigInterface; checkAndSearch?: { formControlName: string; label: string; isChecked?: boolean; }; }