@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.
8 lines (7 loc) • 328 B
TypeScript
import { ListBuilder } from "./list-builder/list.builder";
import * as i0 from "@angular/core";
export declare class KoalaListService {
build<DataType>(): ListBuilder<DataType>;
static ɵfac: i0.ɵɵFactoryDeclaration<KoalaListService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<KoalaListService>;
}