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.

6 lines (5 loc) 160 B
export interface LoaderBarPageInterface { show: boolean; progress: number; typeLoader: "buffer" | "determinate" | "query" | "indeterminate"; }