UNPKG

@taiga-ui/cdk

Version:

Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance

6 lines (5 loc) 188 B
export declare function setupProgressLogger({ total, prefix, tabs, }: { prefix?: string; tabs?: number; total: number; }): (message: string, incrementIndex?: boolean) => void;